wip Pup 1.0.0
This commit is contained in:
commit
cdc15f019d
48 changed files with 1100 additions and 0 deletions
12
imports/ui/stylesheets/_forms.scss
Normal file
12
imports/ui/stylesheets/_forms.scss
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
@import './mixins';
|
||||
@import './colors';
|
||||
|
||||
form {
|
||||
label.error {
|
||||
display: block;
|
||||
margin-top: 8px;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
color: $danger;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue