mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-13 01:08:58 +01:00
formatting
This commit is contained in:
parent
6cbd9b5ad5
commit
448040ad5b
@ -1,4 +1,3 @@
|
|||||||
/* Bootstrap "B" icon */
|
|
||||||
.bs-docs-booticon {
|
.bs-docs-booticon {
|
||||||
display: block;
|
display: block;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@ -8,22 +7,26 @@
|
|||||||
background-color: #563d7c;
|
background-color: #563d7c;
|
||||||
border-radius: 15%;
|
border-radius: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bs-docs-booticon-sm {
|
.bs-docs-booticon-sm {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bs-docs-booticon-lg {
|
.bs-docs-booticon-lg {
|
||||||
width: 144px;
|
width: 144px;
|
||||||
height: 144px;
|
height: 144px;
|
||||||
font-size: 108px;
|
font-size: 108px;
|
||||||
line-height: 140px;
|
line-height: 140px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bs-docs-booticon-inverse {
|
.bs-docs-booticon-inverse {
|
||||||
color: #563d7c;
|
color: #563d7c;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bs-docs-booticon-outline {
|
.bs-docs-booticon-outline {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 1px solid #cdbfe3;
|
border: 1px solid #cdbfe3;
|
||||||
|
Loading…
Reference in New Issue
Block a user