Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fa5.less « site « less « assets « doc « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 57ea2a96ac572d37530ed241ad41957b60876102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@fa5-color: #488dd8;

.btn-fa5 {
  .button-variant(#fff, @fa5-color, mix(#000,@fa5-color,10%));
  font-size: 21px;
}

.jumbotron-ad .well {
  background-color: rgba(255,255,255,.3);
  border-color: rgba(255,255,255,.15);
}

.bg-fa5 {
  background-color: @fa5-color;
  color: #fff;
}

.modal-content { overflow: hidden; }