build
This commit is contained in:
parent
fdd8aa013f
commit
ddc20002ca
6 changed files with 61 additions and 24 deletions
|
@ -96,6 +96,7 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
|
|||
|
||||
.flex-row-reverse {
|
||||
flex-direction: row-reverse;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.flex-container-v,
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
width: 1.1em; height: 1.1em;
|
||||
border: 0;
|
||||
background: #fff;
|
||||
border-radius: 6px;
|
||||
border-radius: $border-radius;
|
||||
box-shadow: 0 0 0 2px $color-forms inset;
|
||||
transition: .25s background-color;
|
||||
}
|
||||
|
|
|
@ -44,7 +44,7 @@ textarea {
|
|||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
border: 0;
|
||||
box-shadow: 0 0 0 1px $color-border inset;
|
||||
box-shadow: 0 0 0 1px $color-forms inset;
|
||||
color: $color-base;
|
||||
vertical-align: middle;
|
||||
padding: $tiny-value $small-value;
|
||||
|
@ -57,7 +57,7 @@ textarea {
|
|||
}
|
||||
|
||||
[type="submit"] {
|
||||
background-color: $color-border;
|
||||
background-color: $color-forms;
|
||||
color: $color-light;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
- Tables (data tables consistency)
|
||||
- Forms (forms consistency)
|
||||
- Buttons (buttons consistency)
|
||||
- Checkbox (checkbox styles)
|
||||
- Badges (badges consistency)
|
||||
- Alerts (alerts consistency)
|
||||
- Grillade (Grid System in Flexbox)
|
||||
|
@ -54,6 +55,7 @@
|
|||
@import "components/tables.scss"; // data tables consistency
|
||||
@import "components/forms.scss"; // forms consistency and styles
|
||||
@import "components/buttons.scss"; // buttons styles
|
||||
@import "components/checkbox.scss"; // checkbox styles
|
||||
@import "components/badges.scss"; // badges styles
|
||||
@import "components/alerts.scss"; // alerts styles
|
||||
@import "components/grillade.scss"; // grids
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue