22 lines
422 B
Sass
22 lines
422 B
Sass
$text: #353535
|
|
$text-alt: #5d5d5d
|
|
$text-opposite: #fff
|
|
$logo: #fff
|
|
$border-grey: #97a2a8
|
|
|
|
$panel-background: #fff
|
|
$panel-background-alt: #e0e0e0
|
|
$disabled: #c3c3c3
|
|
$placeholder: #b2b2b2
|
|
|
|
$bg-1: #b490ca
|
|
$bg-2: #f68084
|
|
|
|
$background: linear-gradient(to top, $bg-2 0%, $bg-1 100%)
|
|
|
|
$primary: #ea969b
|
|
$secondary: #ffa0a0
|
|
$error: #ff4a40
|
|
|
|
$shadow: 1px 5px 10px rgba(0, 0, 0, 0.15)
|
|
$shadow-big: 2px 10px 15px rgba(0, 0, 0, 0.15)
|