mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 04:21:36 +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;
|
||||
|
||||
h4 {
|
||||
@include linear-gradient($blue, $dark-blue);
|
||||
border-radius: $base-border-radius $base-border-radius 0 0;
|
||||
@include span-columns(12);
|
||||
margin-bottom: 20px;
|
||||
padding: 10px 20px;
|
||||
margin: -20px -20px 20px -20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.widget-content-wrapper {
|
||||
|
@ -43,10 +39,6 @@
|
|||
}
|
||||
|
||||
.calendar {
|
||||
h4 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
max-height: 400px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
|
@ -65,10 +57,6 @@
|
|||
|
||||
.highlights,
|
||||
.posts {
|
||||
h4 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
ol {
|
||||
margin-bottom: 20px;
|
||||
|
||||
|
|
Loading…
Reference in a new issue