mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-09 18:37:13 -04:00
Scss lint
This commit is contained in:
@@ -3,21 +3,21 @@
|
||||
// let's condense the hero unit a little
|
||||
.jumbotron {
|
||||
background-color: darken($beige, 10%);
|
||||
padding-top: 30px;
|
||||
padding-bottom: 30px;
|
||||
padding-top: 30px;
|
||||
|
||||
// signup widget on homepage
|
||||
.signup {
|
||||
background-color: lighten($green, 40%);
|
||||
border-radius: 6px;
|
||||
border: 1px solid lighten($green, 20%);
|
||||
border-radius: 6px;
|
||||
line-height: 200%;
|
||||
padding: 15px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.info {
|
||||
padding: 0.5em;
|
||||
padding: .5em;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
@@ -67,7 +67,7 @@
|
||||
}
|
||||
|
||||
// stats shown on homepage. eg. "999 members..."
|
||||
p.stats {
|
||||
.stats {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
@@ -21,6 +21,11 @@ section {
|
||||
|
||||
a {
|
||||
color: $green;
|
||||
|
||||
.navbar-brand {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@@ -116,11 +121,6 @@ ul.associations {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
a.navbar-brand {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
// footer
|
||||
footer {
|
||||
#footer1,
|
||||
|
||||
Reference in New Issue
Block a user