29 lines
440 B
Sass
29 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
|