Move closet_hangers/petpage stylesheet into its own CSS file
This commit is contained in:
parent
cae2f3ca74
commit
2ab1951e68
4 changed files with 59 additions and 59 deletions
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
@import alt_styles/index
|
@import alt_styles/index
|
||||||
@import closet_hangers/index
|
@import closet_hangers/index
|
||||||
@import closet_hangers/petpage
|
|
||||||
@import closet_lists/form
|
@import closet_lists/form
|
||||||
@import neopets_page_import_tasks/new
|
@import neopets_page_import_tasks/new
|
||||||
@import contributions/index
|
@import contributions/index
|
||||||
|
|
|
@ -1,58 +0,0 @@
|
||||||
@import "../partials/clean/constants"
|
|
||||||
@import "../partials/clean/mixins"
|
|
||||||
@import "../partials/secondary_nav"
|
|
||||||
|
|
||||||
body.closet_hangers-petpage
|
|
||||||
+secondary-nav
|
|
||||||
|
|
||||||
#intro
|
|
||||||
clear: both
|
|
||||||
|
|
||||||
#petpage-closet-lists
|
|
||||||
+clearfix
|
|
||||||
border-radius: 10px
|
|
||||||
border: 1px solid $soft-border-color
|
|
||||||
margin-bottom: 1.5em
|
|
||||||
padding: .5em 1.5em
|
|
||||||
|
|
||||||
> div
|
|
||||||
margin: .25em 0
|
|
||||||
|
|
||||||
h4
|
|
||||||
display: inline-block
|
|
||||||
vertical-align: middle
|
|
||||||
|
|
||||||
&::after
|
|
||||||
content: ":"
|
|
||||||
|
|
||||||
ul
|
|
||||||
list-style: none
|
|
||||||
margin: 0
|
|
||||||
padding: 0
|
|
||||||
|
|
||||||
li
|
|
||||||
display: inline-block
|
|
||||||
font-size: 85%
|
|
||||||
margin: .25em .5em
|
|
||||||
padding: 1px
|
|
||||||
|
|
||||||
label
|
|
||||||
padding: .25em .75em .25em .25em
|
|
||||||
|
|
||||||
&.checked
|
|
||||||
background: $module-bg-color
|
|
||||||
border-radius: 3px
|
|
||||||
border: 1px solid $module-border-color
|
|
||||||
padding: 0
|
|
||||||
|
|
||||||
&.unlisted
|
|
||||||
font-style: italic
|
|
||||||
|
|
||||||
input[type=submit]
|
|
||||||
float: right
|
|
||||||
|
|
||||||
#petpage-output
|
|
||||||
display: block
|
|
||||||
height: 30em
|
|
||||||
margin: 0 auto
|
|
||||||
width: 50%
|
|
57
app/assets/stylesheets/closet_hangers/petpage.sass
Normal file
57
app/assets/stylesheets/closet_hangers/petpage.sass
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
@import "../partials/clean/constants"
|
||||||
|
@import "../partials/clean/mixins"
|
||||||
|
@import "../partials/secondary_nav"
|
||||||
|
|
||||||
|
+secondary-nav
|
||||||
|
|
||||||
|
#intro
|
||||||
|
clear: both
|
||||||
|
|
||||||
|
#petpage-closet-lists
|
||||||
|
+clearfix
|
||||||
|
border-radius: 10px
|
||||||
|
border: 1px solid $soft-border-color
|
||||||
|
margin-bottom: 1.5em
|
||||||
|
padding: .5em 1.5em
|
||||||
|
|
||||||
|
> div
|
||||||
|
margin: .25em 0
|
||||||
|
|
||||||
|
h4
|
||||||
|
display: inline-block
|
||||||
|
vertical-align: middle
|
||||||
|
|
||||||
|
&::after
|
||||||
|
content: ":"
|
||||||
|
|
||||||
|
ul
|
||||||
|
list-style: none
|
||||||
|
margin: 0
|
||||||
|
padding: 0
|
||||||
|
|
||||||
|
li
|
||||||
|
display: inline-block
|
||||||
|
font-size: 85%
|
||||||
|
margin: .25em .5em
|
||||||
|
padding: 1px
|
||||||
|
|
||||||
|
label
|
||||||
|
padding: .25em .75em .25em .25em
|
||||||
|
|
||||||
|
&.checked
|
||||||
|
background: $module-bg-color
|
||||||
|
border-radius: 3px
|
||||||
|
border: 1px solid $module-border-color
|
||||||
|
padding: 0
|
||||||
|
|
||||||
|
&.unlisted
|
||||||
|
font-style: italic
|
||||||
|
|
||||||
|
input[type=submit]
|
||||||
|
float: right
|
||||||
|
|
||||||
|
#petpage-output
|
||||||
|
display: block
|
||||||
|
height: 30em
|
||||||
|
margin: 0 auto
|
||||||
|
width: 50%
|
|
@ -31,3 +31,5 @@
|
||||||
|
|
||||||
- content_for :javascripts_body do
|
- content_for :javascripts_body do
|
||||||
= javascript_include_tag 'jquery', 'closet_hangers/petpage'
|
= javascript_include_tag 'jquery', 'closet_hangers/petpage'
|
||||||
|
- content_for :stylesheets do
|
||||||
|
= stylesheet_link_tag 'closet_hangers/petpage'
|
||||||
|
|
Loading…
Reference in a new issue