mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-22 01:57:08 +00:00
e987aeb88e
- Partially addresses #129
11 lines
302 B
SCSS
11 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);
|
|
}
|