first commit
This commit is contained in:
23
admin/static/bootstrap/scss/_wells.scss
Normal file
23
admin/static/bootstrap/scss/_wells.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
$well-bg: #fff;
|
||||
$well-border: darken($well-bg, 7%) !default;
|
||||
|
||||
.well {
|
||||
background-color: $well-bg;
|
||||
border-radius: $border-radius-base;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
|
||||
color: $darkgray-dark;
|
||||
margin-bottom: 20px;
|
||||
padding: 10px;
|
||||
|
||||
blockquote {
|
||||
border-color: $mediumgray;
|
||||
}
|
||||
}
|
||||
|
||||
.well-lg {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.well-sm {
|
||||
padding: 7px;
|
||||
}
|
||||
Reference in New Issue
Block a user