Migrate assets to use Webpacker
This commit is contained in:
25
app/javascript/src/styles/specific/site_map.scss
Normal file
25
app/javascript/src/styles/specific/site_map.scss
Normal file
@@ -0,0 +1,25 @@
|
||||
@import "../common/000_vars.scss";
|
||||
|
||||
div#c-static {
|
||||
div#a-site-map {
|
||||
width: 80em;
|
||||
|
||||
h1 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
section {
|
||||
width: 20em;
|
||||
float: left;
|
||||
|
||||
h1 {
|
||||
display: block;
|
||||
font-size: $h3_size;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user