Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
48 righe
864 B
48 righe
864 B
5 anni fa
|
/* COLOR */
|
||
|
$b: #000;
|
||
|
$w: #fff;
|
||
|
$facebook-blue: #3b5998;
|
||
|
$twitter-blue: #55acee;
|
||
|
$linkedin-blue: #007bb5;
|
||
|
$google-red: #dd4b39;
|
||
|
$footer-color: #2a2a2a;
|
||
|
$footer-paragraph: #c4c4c4;
|
||
|
$footer-link: #aaa;
|
||
|
$header-menu: #333;
|
||
|
$text-news: #555;
|
||
|
$red-logo: #E2001A;
|
||
|
$date-news: #b4b4b4;
|
||
|
$table-header: #812121;
|
||
|
$red-selected: rgba(129, 33, 33, .7);
|
||
|
|
||
|
$green-menu: #00906e;
|
||
|
$blue-menu: #35a5ce;
|
||
|
$yellow-menu: #face13;
|
||
|
$red-menu: #d54;
|
||
|
$orange-menu: #f58220;
|
||
|
$camel-menu: #f1b373;
|
||
|
$purple-menu: #a182bb;
|
||
|
|
||
|
$color-menu: $green-menu, $blue-menu, $yellow-menu, $red-menu, $orange-menu, $camel-menu, $purple-menu;
|
||
|
|
||
|
|
||
|
|
||
|
/* FONTS */
|
||
|
$main-font: 'Merriweather', serif;
|
||
|
$second-font: 'Montserrat', sans-serif;
|
||
|
$base_font_size:14px;
|
||
|
|
||
|
/* SIZE */
|
||
|
$height-header: 60px;
|
||
|
$padding-top-container: 55px;
|
||
|
$f: 100%;
|
||
|
$desktop: 1200px;
|
||
|
$tablet: 992px;
|
||
|
$mobile: 768px;
|
||
|
|
||
|
|
||
|
|
||
|
/* VARIUS */
|
||
|
$speed: .5s;
|
||
|
|