diff options
| author | 2022-08-06 22:40:43 +0200 | |
|---|---|---|
| committer | 2022-08-06 22:40:43 +0200 | |
| commit | 0cb9f59622f893ce0878e3876e28556781dd6700 (patch) | |
| tree | f8640ef03f1560932111186f7e1aaf47323eea94 /p/themes/Mapco/_variables.scss | |
| parent | a111f50c695c82dd257eeaf43d3551727f8ecc30 (diff) | |
Fix: Mapco theme cleaning (#4491)
* translated the comments FR -> EN
* delete useless extra styles for login header (template.css)
* <select> in the same height like <input>
* simplefy the search bar button
* improve the config menu button
* improve the layout of the login/register prompt
* navigation bar: border radius
* navigation bar: btn hover improved to darker grey, when not within .stick
* header height improved
* delete unused code ul.nav
* delete outcommented code
* translate comments FR -> EN
* improve login form layout
* icons: do not use it as background-image
* mapco.css
* fixes the nuts
* more nuts
* improve mobile login form
* delete unused view-normal.svg
* compress the svg icons
Diffstat (limited to 'p/themes/Mapco/_variables.scss')
| -rw-r--r-- | p/themes/Mapco/_variables.scss | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/p/themes/Mapco/_variables.scss b/p/themes/Mapco/_variables.scss index 0b5e65315..98136f496 100644 --- a/p/themes/Mapco/_variables.scss +++ b/p/themes/Mapco/_variables.scss @@ -1,18 +1,18 @@ -// La couleur principale du thème -$main-first: #36c; // couleur principale -$main-first-alt: #25c; // var pour les hovers +// The main color of the theme +$main-first: #36c; // main color +$main-first-alt: #25c; // var for hovers $main-first-light: #effcfd; // var light 1 $main-first-lighter: #f7fdfe; // var light 2 -$main-first-dark: #35363c; // var pour les hovers -$main-first-darker: #1d1e22; // var pour les hovers +$main-first-dark: #35363c; // var for hovers +$main-first-darker: #1d1e22; // var for hovers -// les couleurs de polices liées +// linked font colors $main-font-color: #303136; $light-font-color: #5b6871; -$white: #fff; // le blanc (des fois qu’on aurait envie de le teinter un peu) +$white: #fff; // white (sometimes we would like to tint it a little) -// toute la palette des gris, très utile -// on essaiera de teinter ces gris suivant la couleur principale +// the whole palette of grays, very useful +// we will try to tint these grays according to the main color $grey-darker: #3b3f4d; $grey-dark: #5b6871; $grey-medium-dark: #a6a7ae; @@ -25,10 +25,10 @@ $unread-font-color: $main-first; $unread-bg: #f2f6f8; $unread-bg-light: #fdfdfe; -// les couleurs d’alertes (rouge, jaune, vert) -$alert-bg: #f5633e; // la base +// alert colors (red, yellow, green) +$alert-bg: #f5633e; // the base $alert-light: #fde0d8; // +light -$alert-text: #73341f; // +foncé +$alert-text: #73341f; // +dark $warning-bg: #f4f762; $warning-light: #fdfde0; @@ -38,18 +38,18 @@ $success-bg: #10f587; $success-light: #cffde7; $success-text: #0c7540; -// les favoris +// favourites $fav-bg: #ffc300; $fav-light: #fff6da; -// la couleur de sidebar, utile si on a envie d’un thème qui aurait une sidebar foncé, e.g. +// the sidebar color, useful if you want a theme that would have a dark sidebar, e.g. // stylelint-disable-next-line color-hex-length -$sid-font-color: #ffffff; // la couleur de fond de la barre de gauche et du header -$sid-bg: #303136; // le background général de la barre de gauche, et du header +$sid-font-color: #ffffff; // the background color of the left bar and the header +$sid-bg: #303136; // the general background of the left bar, and of the header $sid-bg-alt: #26272a; // background inside groups -$sid-bg-dark: #17181a; // les hovers -$sid-sep: #3f3f3f; // les séparateurs -$sid-active: $main-first; // la couleur active +$sid-bg-dark: #17181a; // the hover +$sid-sep: #3f3f3f; // the separators +$sid-active: $main-first; // the active color // stylelint-disable-next-line color-hex-length -$sid-active-font: #ffffff; // la couleur active -$sid-pills: rgba(0,0,0, 0.25); // les gélules +$sid-active-font: #ffffff; // the active color +$sid-pills: rgba(0,0,0, 0.25); // capsules |
