mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +00:00
Revert widget header gradients
This commit is contained in:
parent
b883b3de6c
commit
62b9fc1f35
1 changed files with 1 additions and 13 deletions
|
@ -9,12 +9,8 @@
|
||||||
background: white;
|
background: white;
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
@include linear-gradient($blue, $dark-blue);
|
@include span-columns(12);
|
||||||
border-radius: $base-border-radius $base-border-radius 0 0;
|
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
padding: 10px 20px;
|
|
||||||
margin: -20px -20px 20px -20px;
|
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-content-wrapper {
|
.widget-content-wrapper {
|
||||||
|
@ -43,10 +39,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar {
|
.calendar {
|
||||||
h4 {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
@ -65,10 +57,6 @@
|
||||||
|
|
||||||
.highlights,
|
.highlights,
|
||||||
.posts {
|
.posts {
|
||||||
h4 {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue