mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-19 02: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
12
app/assets/stylesheets/dashboard/partials/_buttons.scss
Normal file
12
app/assets/stylesheets/dashboard/partials/_buttons.scss
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/* @import "colors"; */
|
||||
|
||||
.view-details {
|
||||
background-color: $blue;
|
||||
font-family: 'Bitter', sans-serif;
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
color: $white;
|
||||
padding: 8px 16px;
|
||||
border: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue