first commit

This commit is contained in:
2025-08-02 16:30:27 +02:00
commit 23646bfcee
14851 changed files with 1750626 additions and 0 deletions

View 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;
}