1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Bump version

This commit is contained in:
HarveyKandola 2018-06-21 12:38:26 +01:00
parent d689cbc281
commit 5d33860a15
8 changed files with 4777 additions and 4768 deletions

View file

@ -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;