diff options
Diffstat (limited to 'resources/sass/_utility.scss')
| -rw-r--r-- | resources/sass/_utility.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/resources/sass/_utility.scss b/resources/sass/_utility.scss new file mode 100644 index 0000000..e84fcd0 --- /dev/null +++ b/resources/sass/_utility.scss @@ -0,0 +1,11 @@ +.text-lg { + font-size:1.125rem; +} +hr { + width: 100%; + color: white; + background-color: white; + height: 1px; + margin-top: inherit; +} + |
