forked from OpenNeo/impress
Matchu
74197a6e9f
This required a buncha fixes to how SASS scoping works! Needed to add a bunch of imports for stuff that previously would get read from the global scope by being imported *after* the constants and mixins etc. There's clearly a lot of refactor opportunity here, but I'm not gonna worry about it!!
17 lines
329 B
Sass
17 lines
329 B
Sass
@import "../partials/clean/constants"
|
|
|
|
body.users-top_contributors
|
|
text-align: center
|
|
|
|
#top-contributors
|
|
border:
|
|
spacing: 0
|
|
width: 1px 1px 0 0
|
|
margin: 1em auto
|
|
&, td, th
|
|
border:
|
|
color: $text-color
|
|
style: solid
|
|
td, th
|
|
border-width: 0 0 1px 1px
|
|
padding: .5em 1em
|