18 lines
320 B
Plaintext
Raw Normal View History

2017-09-08 22:43:32 -04:00
@fa5-color: #488dd8;
2016-12-02 12:03:45 -05:00
.btn-fa5 {
2017-09-08 22:43:32 -04:00
.button-variant(#fff, @fa5-color, mix(#000,@fa5-color,10%));
font-size: 21px;
2016-10-24 12:01:53 -04:00
}
2016-10-27 16:53:09 -04:00
.jumbotron-ad .well {
background-color: rgba(255,255,255,.3);
border-color: rgba(255,255,255,.15);
}
2017-09-08 22:43:32 -04:00
.bg-fa5 {
background-color: @fa5-color;
color: #fff;
}
2017-12-07 11:09:30 -06:00
.modal-content { overflow: hidden; }