mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Passage de opensansXX à Open Sans + font-weight
This commit is contained in:
@@ -4282,7 +4282,8 @@ textarea {
|
||||
margin: 0.5em 0;
|
||||
padding: 0; }
|
||||
.tab-nav > li {
|
||||
font-family: "open_sansbold";
|
||||
font-family: "Open Sans";
|
||||
font-weight: bold;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
cursor: default;
|
||||
|
File diff suppressed because one or more lines are too long
@@ -39,5 +39,6 @@ $tabs-nav-text-color: $blue;
|
||||
$tabs-new-border: none;
|
||||
$tabs-nav-hover-border: none;
|
||||
$tabs-nav-hover-text-color: $blue;
|
||||
$tabs-nav-font-family: "open_sansbold";
|
||||
$tabs-nav-font-family: 'Open Sans';
|
||||
$tabs-nav-font-weight: bold;
|
||||
$tabs-nav-padding: 0.3em 0.3em 0.3em 0.6em;
|
||||
|
Reference in New Issue
Block a user