mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-18 18:26:24 -07:00
chore: move assets to namespaced folder
This commit is contained in:
parent
548bf20fe8
commit
09ab4d214e
29 changed files with 859 additions and 1 deletions
13
app/assets/stylesheets/dashboard/partials/_forms.scss
Normal file
13
app/assets/stylesheets/dashboard/partials/_forms.scss
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
@import "colors";
|
||||
|
||||
header .form-select {
|
||||
width: auto;
|
||||
max-width: 290px;
|
||||
}
|
||||
|
||||
.bg-color-blue .form-select {
|
||||
&:focus {
|
||||
box-shadow: 0 0 0 0.25rem rgba($white, 0.35);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue