mirror of
https://github.com/internetee/registry.git
synced 2025-06-12 07:34:45 +02:00
18 lines
551 B
Sass
18 lines
551 B
Sass
$font-family-sans-serif: 'EtelkaLightProRegular', Arial, Helvetica, sans-serif
|
|
$font-family-serif: 'EtelkaLightProBold', Georgia, "Times New Roman", Times, serif
|
|
$navbar-default-bg: #F69240
|
|
$navbar-default-brand-color: #fff
|
|
$navbar-default-link-color: #fff
|
|
$border-radius-base: 2px
|
|
$body-bg: #F8F8F8
|
|
$container-large-desktop: 860px
|
|
$font-size-h1: 26px
|
|
$navbar-default-link-active-color: #333
|
|
|
|
@import 'bootstrap-sprockets'
|
|
@import 'bootstrap'
|
|
@import 'shared/general-bootstrap'
|
|
|
|
// Support rails error element
|
|
.field_with_errors
|
|
@extend .has-error
|