scss: remove duplicate $border-radius declaration (#39073)

This commit is contained in:
Thomas Jund 2020-01-17 15:55:30 +01:00
parent e878be7f2a
commit 3f12c65efc
24 changed files with 23 additions and 5 deletions

View File

@ -65,7 +65,7 @@ paramètre, la deuxième sa description et la troisième la valeur par défaut.
<tr>
<td><p><code>$border-radius</code></p></td>
<td><p>Taille de l'arrondi à appliquer à différents éléments</p></td>
<td><p><var>0</var></p></td>
<td><p><var>null</var></p></td>
</tr>
<tr>
<td><p><code>$sidebar-position</code></p></td>

View File

@ -1,3 +1,4 @@
$border-radius: 3px;
$width: 1280px;
$font-family: Roboto, sans-serif;
$font-size: 16px;

View File

@ -7,6 +7,7 @@ $font-color: black;
$second-blue: #0a52ab;
$blue-grey: #778ab4;
$border-radius: 3px;
$link-color: $primary-color;
$width: 1400px;

View File

@ -1,5 +1,6 @@
@import '../includes/font-cabin';
$border-radius: 3px;
$body-background: transparent;
$font-family: Cabin, sans-serif;
$font-size: 16px;

View File

@ -1,3 +1,4 @@
$border-radius: 3px;
$primary-color: #da3838;
$font-size: 20px;
$font-family: "Barlow Condensed", sans-serif;

View File

@ -2,6 +2,7 @@ $primary-color: #ae2217;
$secondary-color: #f4f4f4;
$tertiary-color: #0f183b;
$border-radius: 3px;
$font-size: 20px;
$font-family: Montserrat, sans-serif;
$link-color: $primary-color;

View File

@ -2,6 +2,7 @@
$primary-color: #97c038;
$border-radius: 3px;
$link-color: $primary-color;
$nav-active-color: $primary-color;
$carrousel-navigation-bullet-color: $primary-color;

View File

@ -1,4 +1,4 @@
$border-radius: 3px !default;
$border-radius: null !default;
$font-color: #333 !default;
$font-family: sans-serif !default;
$font-size: 100% !default;

View File

@ -33,7 +33,6 @@ $nav-mobile-menu-item-color: black !default;
$nav-mobile-menu-item-hover-background: $nav-item-hover-background !default;
$nav-mobile-menu-item-hover-color: $nav-item-hover-color !default;
$nav-item-spacing: 0px !default;
$border-radius: 0 !default;
$responsive-menu: top-to-bottom !default; // or left-to-right
$nav-after-image: true !default;

View File

@ -1,5 +1,6 @@
@import '../includes/font-lato';
$border-radius: 3px;
$primary-color: #e1001a;
$font-color: #1a1a1a;
$font-size: 20px;

View File

@ -2,6 +2,7 @@
$primary-color: #009ead;
$border-radius: 3px;
$link-color: $primary-color;
$nav-active-color: $primary-color;
$carrousel-navigation-bullet-color: $primary-color;

View File

@ -6,6 +6,7 @@ $yellow: #fcc14b;
$green: #37bd9c;
$border-radius: 3px;
$font-family: "Now Alt", sans-serif;
$primary-color: $darkblue;
$link-color: $blue;

View File

@ -1,5 +1,6 @@
$primary-color: #243b48;
$secondary-color: #d8a040;
$border-radius: 3px;
$width: 1200px;
$white: #ffffff;
$font-family: 'Montserrat', sans-serif;

View File

@ -1,3 +1,4 @@
$border-radius: 3px;
$primary-color: #f15252;
$width: 960px;
$font-family: Poppins, sans-serif;

View File

@ -8,7 +8,7 @@ $mauve: #3c4393;
$altgreen: #16c4b3;
$border-radius: 3px;
$font-family: Roboto, sans-serif;
$primary-color: $green;
$mobile-limit: 800px;

View File

@ -1,3 +1,4 @@
$border-radius: 3px;
$primary-color: #ff6633;
$secondary-color: #ff9966;
$tertiary-color: #ecebe7;

View File

@ -5,6 +5,7 @@ $blue: #179ad6;
$green: #90c641;
$primary-color: #179ad6;
$border-radius: 3px;
$font-size: 20px;
$font-family: "Roboto", sans-serif;
$link-color: $primary-color;

View File

@ -3,6 +3,7 @@ $primary-color: #008cd1;
$secondary-color: #f8db1c;
$tertiary-color: #006597;
$border-radius: 3px;
$cell-border: none;
$width: 960px;

View File

@ -2,7 +2,7 @@ $font-color: #222;
$link-color: #253a8e;
$font-family: "Roboto", sans-serif; // "Roboto", Gill Sans, sans-serif;
$footer-background: #1c1b19;
// $border-radius: 8px;
$border-radius: 3px;
$title-background: #fec307;
$title-color: #222;

View File

@ -2,6 +2,7 @@ $orange: #ff6900;
$violet: #da0068;
$primary-color: $orange;
$border-radius: 3px;
$font-family: AauxPro, Arial, Helvetica, sans-serif;
$width: auto;
$font-color: #666;

View File

@ -1,5 +1,6 @@
$primary-color: #de3559;
$border-radius: 3px;
$font-family: Montserrat, Arial, sans-serif;
$width: auto;
$font-color: #666;

View File

@ -1,4 +1,5 @@
$primary-color: #08fe00;
$border-radius: 3px;
$width: 1170px;
$font-color: black;

View File

@ -1,5 +1,6 @@
$yellow: #ffba00;
$primary-color: $yellow;
$border-radius: 3px;
$font-family: Arial, sans-serif;
$font-size: 15px;
$width: 1200px;

View File

@ -1,3 +1,4 @@
$border-radius: 3px;
$primary-color: #3795b2;
$secondary-color: #ed0f53;
$font-size: 16px;