mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-05 15:11:01 -05:00
scss lint
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user