mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Bump version
This commit is contained in:
parent
d689cbc281
commit
5d33860a15
8 changed files with 4777 additions and 4768 deletions
13
gui/app/styles/bootstrap.scss
vendored
13
gui/app/styles/bootstrap.scss
vendored
|
@ -72,6 +72,19 @@ $input-focus-border-color: $color-stroke;
|
|||
$input-btn-focus-width: .2rem;
|
||||
$input-btn-focus-color: rgba($color-primary, .25);
|
||||
|
||||
// form labels
|
||||
.form-group {
|
||||
> label {
|
||||
color: $color-dark;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
> small {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
// links
|
||||
$link-color: $color-link;
|
||||
$link-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue