mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
Merge branch 'feature/ui-improvements' into develop
This commit is contained in:
commit
0ce692951a
5 changed files with 14 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
.flash {
|
||||
@include span-columns(12);
|
||||
margin-bottom: 20px;
|
||||
font-weight: 400;
|
||||
font-weight: bold;
|
||||
|
||||
&.notice {
|
||||
@include flash;
|
||||
|
@ -109,4 +109,4 @@ div#errors {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,6 +27,13 @@ body#tinymce {
|
|||
|
||||
#container {
|
||||
min-height: 100%;
|
||||
min-width: 1020px;
|
||||
background: {
|
||||
color: $blue;
|
||||
image: image-url("#{$theme-path}/layout/background.jpg");
|
||||
position: top center;
|
||||
repeat: no-repeat;
|
||||
}
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
|
|
|
@ -6,4 +6,4 @@ select {
|
|||
-moz-appearance: none;
|
||||
text-indent: 0.01px;
|
||||
text-overflow: '';
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@ body {
|
|||
font-family: $base-font-family;
|
||||
font-size: $base-font-size;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
line-height: $base-line-height;
|
||||
}
|
||||
|
||||
|
@ -17,6 +18,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||
font-family: $header-font-family;
|
||||
line-height: 1.25em;
|
||||
margin: 0;
|
||||
opacity:0.99;
|
||||
text-rendering: optimizeLegibility; // Fix the character spacing for headings
|
||||
font-weight: 400;
|
||||
|
||||
|
@ -56,7 +58,7 @@ p {
|
|||
a {
|
||||
color: $base-link-color;
|
||||
text-decoration: none;
|
||||
font-weight: 400;
|
||||
font-weight: bold;
|
||||
@include transition(color 0.1s linear);
|
||||
|
||||
&:hover {
|
||||
|
|
|
@ -222,4 +222,4 @@ table.staff {
|
|||
.age {
|
||||
width: 5%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue