All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
23 lines
394 B
SCSS
23 lines
394 B
SCSS
@import "~bootstrap/scss/bootstrap.scss";
|
|
|
|
.twotreed {
|
|
display:block;
|
|
width:2.5em;
|
|
height:2.5em;
|
|
background-color: $body-bg;
|
|
background-size: contain;
|
|
margin-top:0.5em;
|
|
text-align: center;
|
|
line-height: 2.5em;
|
|
border-radius: 1.75em;
|
|
padding: 0;
|
|
color: $secondary;
|
|
}
|
|
|
|
.fa-spinner {
|
|
display: none;
|
|
}
|
|
|
|
.fa-spinner.loading {
|
|
display: inline-block;
|
|
} |