Projet

Général

Profil

0001-css-move-primary-color-to-general.scss-43807.patch

Thomas Jund (congés, retour le 29/04), 09 juin 2020 11:25

Télécharger (1002 octets)

Voir les différences:

Subject: [PATCH] css: move $primary-color to general.scss (#43807)

 static/includes/_general.scss   | 1 +
 static/includes/_user-info.scss | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)
static/includes/_general.scss
1 1
$border-radius: null !default;
2
$primary-color: #910956 !default;
2 3
$font-color: #333 !default;
3 4
$font-family: sans-serif !default;
4 5
$font-size: 100% !default;
static/includes/_user-info.scss
1
$primary-color: #910956 !default;
2

  
3 1
#toplinks {
4 2
	position: absolute;
5 3
	top: 0;
6
-