]> git.ipfire.org Git - ipfire.org.git/blob - src/scss/bootstrap-4.0.0-alpha.6/docs/assets/scss/_booticon.scss
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / docs / assets / scss / _booticon.scss
1 //
2 // Bootstrap "B" Booticon
3 //
4
5 .bd-booticon {
6 display: block;
7 width: 9rem;
8 height: 9rem;
9 font-size: 6.5rem;
10 line-height: 9rem;
11 color: #fff;
12 text-align: center;
13 cursor: default;
14 background-color: $bd-purple;
15 border-radius: 15%;
16
17 &.inverse {
18 color: $bd-purple;
19 background-color: #fff;
20 }
21 &.outline {
22 background-color: transparent;
23 border: 1px solid $bd-purple-light;
24 }
25 }