Migrate assets to use Webpacker
This commit is contained in:
26
app/javascript/src/styles/specific/terms_of_service.scss
Normal file
26
app/javascript/src/styles/specific/terms_of_service.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
@import "../common/000_vars.scss";
|
||||
|
||||
div#c-static div#a-terms-of-service {
|
||||
width: 40em;
|
||||
|
||||
h1 {
|
||||
font-size: $h2_size;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
section {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user