mirror of
https://github.com/bspeice/speice.io
synced 2025-07-05 07:44:54 -04:00
Revert
This commit is contained in:
13
_sass/utilities/_layout.scss
Normal file
13
_sass/utilities/_layout.scss
Normal file
@ -0,0 +1,13 @@
|
||||
/* ==========================================================================
|
||||
Layout
|
||||
========================================================================== */
|
||||
|
||||
.u-container {
|
||||
max-width: 72rem; // 620px
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
padding-top: 10rem; // 100px
|
||||
padding-right: 1rem; // 10px
|
||||
padding-left: 1rem; // 10px
|
||||
}
|
||||
|
13
_sass/utilities/_separator.scss
Normal file
13
_sass/utilities/_separator.scss
Normal file
@ -0,0 +1,13 @@
|
||||
/* ==========================================================================
|
||||
Separator
|
||||
========================================================================== */
|
||||
|
||||
.u-separate {
|
||||
margin-right: .45rem;
|
||||
margin-left: .25rem;
|
||||
color: $c-base__01;
|
||||
&:after {
|
||||
content: '\00a0/';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user