diff options
Diffstat (limited to 'src/site/assets/styles/style.scss')
| -rw-r--r-- | src/site/assets/styles/style.scss | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/site/assets/styles/style.scss b/src/site/assets/styles/style.scss index 1152f43..a1a0e0f 100644 --- a/src/site/assets/styles/style.scss +++ b/src/site/assets/styles/style.scss @@ -269,9 +269,9 @@ table.table { } } -.chibisafe-input input, -.chibisafe-select select, -.chibisafe-textarea textarea { +.hostess-input input, +.hostess-select select, +.hostess-textarea textarea { border: 2px solid #21252d; border-radius: 0.3em !important; background: rgba(0, 0, 0, 0.15); @@ -287,7 +287,7 @@ table.table { } } -.chibisafe-input .icon { +.hostess-input .icon { color: #323846 !important; } @@ -368,15 +368,15 @@ table.table { align-items: center; } -.chibisafe-on-border.field.is-floating-label .label:before { - background-color: $chibisafe; +.hostess-on-border.field.is-floating-label .label:before { + background-color: $hostess; } -.is-chibisafe.divider::after, .is-chibisafe.divider::before { +.is-hostess.divider::after, .is-hostess.divider::before { background-color: #21252d; } -.chibisafe.taginput { +.hostess.taginput { .taginput-container { background-color: #21252d; border: 2px solid #21252d; |