mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-03-20 09:21:05 +00:00
Improve text legibility in sidebar and forums table headers
This commit is contained in:
parent
644ffb41ef
commit
d671946c3b
2 changed files with 20 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
text-align: center;
|
||||
margin-bottom: 25px;
|
||||
color: $light-blue;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.widget-content-wrapper {
|
||||
|
@ -86,6 +87,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Calendar
|
||||
*/
|
||||
|
||||
.calendar {
|
||||
&:before {
|
||||
display: none;
|
||||
|
@ -96,11 +101,16 @@
|
|||
}
|
||||
|
||||
.time {
|
||||
color: #5a5a5a;
|
||||
float: right;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Shoutbox
|
||||
*/
|
||||
|
||||
.shoutbox {
|
||||
.transcript {
|
||||
margin-bottom: 20px;
|
||||
|
@ -136,6 +146,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Highlights
|
||||
*/
|
||||
|
||||
.highlights,
|
||||
.posts {
|
||||
|
||||
|
@ -148,6 +162,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Polls
|
||||
*/
|
||||
|
||||
.poll {
|
||||
.question {
|
||||
@include span-columns(12);
|
||||
|
|
|
@ -53,6 +53,7 @@ div#categories {
|
|||
font-size: 16px;
|
||||
color: white;
|
||||
border-bottom: 0;
|
||||
text-transform: uppercase;
|
||||
|
||||
&:first-child {
|
||||
border-radius: 10px 0 0 10px;
|
||||
|
@ -68,7 +69,6 @@ div#categories {
|
|||
color: #36b1ff;
|
||||
font-size: 24px;
|
||||
padding-left: 20px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -130,6 +130,7 @@ div#categories {
|
|||
font-family: $header-font-family;
|
||||
font-size: 16px;
|
||||
color: white;
|
||||
text-transform: uppercase;
|
||||
|
||||
&:first-child {
|
||||
border-radius: $base-border-radius 0 0 0;
|
||||
|
|
Loading…
Reference in a new issue