mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-22 10:07:11 +00:00
12 lines
302 B
SCSS
12 lines
302 B
SCSS
|
/* ==========================================================================
|
||
|
Wells
|
||
|
========================================================================== */
|
||
|
|
||
|
/* Used to call out text in a subtle manner */
|
||
|
|
||
|
.well {
|
||
|
padding: 20px;
|
||
|
border: 1px solid $comp-color;
|
||
|
@include rounded(4px);
|
||
|
}
|