diff options
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 9c4811fec..21df23c18 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -61,6 +61,13 @@ label { | |||
61 | border-color: $red !important; | 61 | border-color: $red !important; |
62 | } | 62 | } |
63 | 63 | ||
64 | .fullWidth { | ||
65 | width: 100%; | ||
66 | margin-left: auto; | ||
67 | margin-right: auto; | ||
68 | max-width: initial; | ||
69 | } | ||
70 | |||
64 | .glyphicon-black { | 71 | .glyphicon-black { |
65 | color: black; | 72 | color: black; |
66 | } | 73 | } |