diff options
Diffstat (limited to 'frontend/src/index.scss')
-rw-r--r-- | frontend/src/index.scss | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/frontend/src/index.scss b/frontend/src/index.scss index b7f0cf4..c93d4b4 100644 --- a/frontend/src/index.scss +++ b/frontend/src/index.scss @@ -22,7 +22,6 @@ pre { font-size: 14px; } - .btn { border-radius: 0; background-color: $color-primary-2; @@ -33,12 +32,14 @@ pre { padding: 5px 12px; font-weight: 500; - &:hover, &:active { + &:hover, + &:active { background-color: $color-primary-1; color: $color-primary-4; } - &:focus, &:active { + &:focus, + &:active { outline: none !important; box-shadow: none !important; } @@ -128,6 +129,10 @@ a { } } +textarea.form-control { + resize: none; +} + input.form-control, textarea.form-control { background-color: $color-primary-2; border: none; @@ -153,14 +158,10 @@ input.form-control, textarea.form-control { } } -textarea.form-control { - resize: none; -} - .table { color: $color-primary-4; } .text-muted { color: $color-primary-4 !important; -} +}
\ No newline at end of file |