Run scss formatter

This commit is contained in:
George Drummond
2019-05-01 12:44:46 -04:00
parent fc862b4f5b
commit 21d2b5dba3
44 changed files with 519 additions and 390 deletions

View File

@@ -1,9 +1,9 @@
.dod-login-notice {
background: rgba(0,0,0,.5);
background: rgba(0, 0, 0, 0.5);
bottom: 0;
left: 0;
overflow: scroll;
padding: $gap*4 0;
padding: ($gap * 4) 0;
position: fixed;
right: 0;
text-align: left;