mirror of https://github.com/Trivernis/whooshy.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
335 B
Sass
22 lines
335 B
Sass
6 years ago
|
@import ../mixins
|
||
|
@import ../vars
|
||
|
|
||
|
#download-list
|
||
|
margin: 1rem 0
|
||
|
|
||
|
.download-container
|
||
|
@include default-element
|
||
|
display: inline-block
|
||
|
margin: 1rem
|
||
|
padding: 1rem
|
||
|
.subredditName
|
||
|
font-weight: bold
|
||
|
a
|
||
|
text-decoration: none
|
||
|
color: $primarySurface
|
||
|
|
||
|
#submit-download
|
||
|
margin: 0 1rem
|
||
|
|
||
|
#subreddit-input
|
||
|
margin: 0 1rem
|