All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
13 lines
193 B
SCSS
13 lines
193 B
SCSS
@import "~bootstrap/scss/bootstrap.scss";
|
|
|
|
.back-button {
|
|
cursor: default;
|
|
color: $primary;
|
|
display: inline;
|
|
}
|
|
|
|
.back-button:hover {
|
|
cursor: pointer;
|
|
color: $secondary;
|
|
}
|