Definitions v1
This commit is contained in:
@@ -35,4 +35,8 @@ $font-family-base: $font_para;
|
||||
background: rgba(0, 0, 0, 0.15);
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
@@ -16,14 +16,16 @@ $fa-css-prefix: fa;
|
||||
.#{$fa-css-prefix}-previous:before { content: fa-content($fa-var-chevron-left); }
|
||||
.#{$fa-css-prefix}-next:before { content: fa-content($fa-var-chevron-right); }
|
||||
.#{$fa-css-prefix}-delete:before { content: fa-content($fa-var-trash-alt); }
|
||||
.#{$fa-css-prefix}-edit:before { content: fa-content($fa-var-pencil); }
|
||||
.#{$fa-css-prefix}-add:before { content: fa-content($fa-var-plus); }
|
||||
|
||||
//Logon
|
||||
.#{$fa-css-prefix}-user:before { content: fa-content($fa-var-user); }
|
||||
.#{$fa-css-prefix}-password:before { content: fa-content($fa-var-key); }
|
||||
|
||||
//Menu
|
||||
.#{$fa-css-prefix}-search:before { content: fa-content($fa-var-search); }
|
||||
.#{$fa-css-prefix}-home:before { content: fa-content($fa-var-home); }
|
||||
.#{$fa-css-prefix}-settings:before { content: fa-content($fa-var-cog); }
|
||||
.#{$fa-css-prefix}-logoff:before { content: fa-content($fa-var-sign-out); }
|
||||
|
||||
//Course
|
||||
|
||||
@@ -143,22 +143,19 @@ a.button:active {
|
||||
right: 0;
|
||||
width: 50%;
|
||||
height: 111px;
|
||||
text-align: right;
|
||||
|
||||
a.button {
|
||||
margin-top: calc( ( 110px - 40px ) /2 );
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
|
||||
li {
|
||||
display: inline;
|
||||
margin-left: 1em;
|
||||
}
|
||||
.navbar {
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
/* Search bar */
|
||||
|
||||
.ui-helper-hidden-accessible {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Main */
|
||||
|
||||
#main_title {
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user