forked from OpenNeo/impress
Emi Matchu
a315282b70
No more of this loading everything into `application.css`! I'm arbitrarily starting here because that's where I've been playing lately, but this is part of a larger effort to move toward a more straightforward CSS architecture (and away from Sass even?)
28 lines
440 B
Sass
28 lines
440 B
Sass
@import "partials/campaign-progress"
|
|
|
|
body
|
|
+campaign-progress
|
|
text-align: center
|
|
|
|
.item-search-form
|
|
display: flex
|
|
gap: .5em
|
|
justify-content: center
|
|
|
|
input[type=text]
|
|
font-size: 125%
|
|
width: 15em
|
|
flex: 0 1 auto
|
|
|
|
h1
|
|
margin-bottom: 1em
|
|
img
|
|
height: 80px
|
|
margin-bottom: -0.5em
|
|
width: 80px
|
|
a
|
|
text-decoration: none
|
|
span
|
|
text-decoration: underline
|
|
&:hover span
|
|
text-decoration: none
|