Change condensed fonts in history tabs
parent
7f8922e8c3
commit
09cb60e93a
|
@ -39,12 +39,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.history-tabs {
|
.history-tabs {
|
||||||
@extend %title;
|
@extend %light;
|
||||||
border-bottom: 1px solid $whitish;
|
border-bottom: 1px solid $whitish;
|
||||||
border-top: 1px solid $whitish;
|
border-top: 1px solid $whitish;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
li {
|
li {
|
||||||
@extend %large;
|
|
||||||
background: $white;
|
background: $white;
|
||||||
border-right: 1px solid $whitish;
|
border-right: 1px solid $whitish;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -74,6 +73,7 @@
|
||||||
.add-comment {
|
.add-comment {
|
||||||
@include cursor-progress;
|
@include cursor-progress;
|
||||||
@include clearfix;
|
@include clearfix;
|
||||||
|
margin-top: 1rem;
|
||||||
&.active {
|
&.active {
|
||||||
.button-green {
|
.button-green {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue