diff --git a/frontend/scss/components/_input.scss b/frontend/scss/components/_input.scss index 136715e..77522dd 100644 --- a/frontend/scss/components/_input.scss +++ b/frontend/scss/components/_input.scss @@ -69,7 +69,7 @@ select { margin-right: 25px; height: 20px; width: 20px; - border-radius: 10em; + @apply rounded-md; opacity: 0.25; } .choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus { @@ -140,7 +140,6 @@ select { display: inline-block; vertical-align: top; width: 100%; - background-color: #f9f9f9; padding: 7.5px 7.5px 3.75px; border: 1px solid #ddd; border-radius: 2.5px; @@ -182,14 +181,12 @@ select { .choices__list--multiple .choices__item { display: inline-block; vertical-align: middle; - border-radius: 20px; + @apply rounded-md bg-primary-600; padding: 4px 10px; font-size: 12px; font-weight: 500; margin-right: 3.75px; margin-bottom: 3.75px; - background-color: #00bcd4; - border: 1px solid #00a5bb; color: #fff; word-break: break-all; box-sizing: border-box; @@ -323,7 +320,6 @@ select { .choices__input { display: inline-block; vertical-align: baseline; - background-color: #f9f9f9; font-size: 14px; margin-bottom: 5px; border: 0; diff --git a/templates/includes/forms/log.html.tera b/templates/includes/forms/log.html.tera index dbd4fef..71ba728 100644 --- a/templates/includes/forms/log.html.tera +++ b/templates/includes/forms/log.html.tera @@ -35,12 +35,12 @@ @@ -70,7 +70,7 @@