Remove old theming, use correct theme colors and a friendlier icon
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
@@ -1,27 +1,26 @@
|
||||
@import "../../_theme.scss";
|
||||
@import "~bootstrap/scss/bootstrap.scss";
|
||||
|
||||
.widget {
|
||||
padding:0.8rem;
|
||||
height:100%;
|
||||
width:100%;
|
||||
color:#ffffff;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.icon {
|
||||
display:block;
|
||||
font-size:6rem;
|
||||
text-align:center;
|
||||
}
|
||||
.title {
|
||||
display:block;
|
||||
position:absolute;
|
||||
width:calc(100% - 1.6rem );
|
||||
padding-top:0.5rem;
|
||||
bottom:0.8rem;
|
||||
height:2rem;
|
||||
overflow:hidden;
|
||||
white-space:nowrap;
|
||||
text-overflow:ellipsis;
|
||||
}
|
||||
@import "~bootstrap/scss/bootstrap.scss";
|
||||
|
||||
.widget {
|
||||
padding:0.8rem;
|
||||
height:100%;
|
||||
width:100%;
|
||||
color:#ffffff;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.icon {
|
||||
display:block;
|
||||
font-size:6rem;
|
||||
text-align:center;
|
||||
}
|
||||
.title {
|
||||
display:block;
|
||||
position:absolute;
|
||||
width:calc(100% - 1.6rem );
|
||||
padding-top:0.5rem;
|
||||
bottom:0.8rem;
|
||||
height:2rem;
|
||||
overflow:hidden;
|
||||
white-space:nowrap;
|
||||
text-overflow:ellipsis;
|
||||
}
|
||||
|
Reference in New Issue
Block a user