sepia-search-motore-di-rice.../client/src/scss/_variables.scss

24 lines
359 B
SCSS
Raw Normal View History

2020-08-27 14:44:21 +02:00
$font-semibold: 600;
$orange: #f67e08;
$orange-darken: #f1680d;
$orange-lighten: #fff8f0;
2020-08-27 14:44:21 +02:00
$grey: #858383;
$brown: #5e4f3a;
2020-08-27 14:44:21 +02:00
$responsive-screen: 992px;
$small-screen: 700px;
$primary: $orange;
$secondary: $grey;
2021-06-24 16:53:43 +02:00
$thumbnail-width: 280px;
$thumbnail-height: 153px;
2020-08-27 14:44:21 +02:00
$small-font-size: 12px;
$container-width: 1024px;
$small-view: 900px;
$input-height: 30px;