style: add utility classes, apply borderbox to all elements
This commit is contained in:
@@ -38,4 +38,18 @@ body {
|
|||||||
html, body {
|
html, body {
|
||||||
margin: 0 0;
|
margin: 0 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Utility classes
|
||||||
|
|
||||||
|
.full-width {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-auto {
|
||||||
|
margin-top: auto;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user