mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
bootstrap styles in forms fields
This commit is contained in:
@@ -11,11 +11,29 @@ h1, h2, .h1, .h2 {
|
||||
}
|
||||
|
||||
.chill-user-quote {
|
||||
border-left: 10px solid #eec84a;
|
||||
border-left: 10px solid $yellow;
|
||||
margin: 1.5em 10px;
|
||||
padding: .5em 10px;
|
||||
padding: .5em 15px;
|
||||
quotes: "\201C" "\201D" "\2018" "\2019";
|
||||
background-color: #e6e6e6;
|
||||
background-color: $gray-100;
|
||||
blockquote {
|
||||
border-left: 0.4em solid $gray-400;
|
||||
padding-left: 0.9em;
|
||||
margin-left: 0.9em;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
form fieldset {
|
||||
margin-top: 1em;
|
||||
& > legend {
|
||||
font-size: 1.438em;
|
||||
font-weight: 700;
|
||||
width: 100%;
|
||||
border-bottom: 3px solid $gray-200;
|
||||
margin-bottom: 1em;
|
||||
h2 {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div.chill_address {
|
||||
@@ -79,7 +97,7 @@ nav.navbar {
|
||||
font-family: Open Sans;
|
||||
font-weight: 300;
|
||||
clear: both;
|
||||
color: #fff;
|
||||
color: $white;
|
||||
font-size: .9em;
|
||||
line-height: 1.5em;
|
||||
margin: auto;
|
||||
|
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
|
||||
$white: #fff !default;
|
||||
$gray-100: #f8f9fa !default;
|
||||
$gray-100: #f3f3f3 !default;
|
||||
$gray-200: #e6e6e6 !default;
|
||||
$gray-300: #dee2e6 !default;
|
||||
$gray-400: #ced4da !default;
|
||||
|
Reference in New Issue
Block a user