scss lint

This commit is contained in:
Brenda Wallace
2019-06-26 11:26:14 +12:00
parent 6634465c1f
commit d5e22d3285

View File

@@ -13,8 +13,8 @@
}
.planting-thumbnail {
width: 150px;
padding: 0;
width: 150px;
.badge {
font-size: 100%;
@@ -42,10 +42,10 @@
}
.planting-quick-actions {
background-color: $white;
left: 0;
position: absolute;
top: 0;
left: 0;
background-color: $white;
}
.planting-thumbnail-photo {
@@ -65,24 +65,24 @@
.planting-facts {
display: flex;
flex: none;
flex-wrap: wrap;
flex: none;
margin: 0.5em;
.fact {
text-align: center;
height: 160px;
width: 160px;
border: 1px solid lighten($green, 20%);
border-radius: 5%;
background: $white;
padding: 1em;
margin: 0.5em;
border-radius: 5%;
border: 1px solid lighten($green, 20%);
height: 160px;
left: -0.5em;
margin: 0.5em;
padding: 1em;
text-align: center;
width: 160px;
strong {
font-size: 3em;
font-align: center;
font-size: 3em;
}
h3 {