2016-01-08 18:44:35 +05:30
|
|
|
@import '~components/ui/colors.scss';
|
|
|
|
@import '~components/ui/fonts.scss';
|
|
|
|
|
2016-01-04 02:48:42 +05:30
|
|
|
html,
|
|
|
|
body,
|
2016-05-08 16:56:25 +05:30
|
|
|
.app {
|
2016-01-04 02:48:42 +05:30
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2016-01-03 14:41:08 +05:30
|
|
|
}
|
2016-01-04 11:32:13 +05:30
|
|
|
|
2016-01-08 18:44:35 +05:30
|
|
|
body {
|
|
|
|
font-family: $font-family-base;
|
2016-11-08 11:37:04 +05:30
|
|
|
background: $white;
|
2016-05-22 21:26:52 +05:30
|
|
|
color: #444;
|
|
|
|
font-size: 16px;
|
2016-01-08 18:44:35 +05:30
|
|
|
}
|
|
|
|
|
2016-05-01 22:38:09 +05:30
|
|
|
b {
|
2016-05-20 09:51:40 +05:30
|
|
|
font-weight: $font-weight-bold;
|
2016-05-01 22:38:09 +05:30
|
|
|
}
|
|
|
|
|
2016-01-04 11:32:13 +05:30
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2016-01-09 21:17:21 +05:30
|
|
|
ul,
|
|
|
|
li,
|
2016-01-04 11:32:13 +05:30
|
|
|
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6,
|
|
|
|
p {
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2016-05-20 01:11:43 +05:30
|
|
|
list-style: none;
|
2016-01-04 11:32:13 +05:30
|
|
|
}
|
2016-06-03 00:17:50 +05:30
|
|
|
|
|
|
|
input,
|
|
|
|
textarea,
|
|
|
|
button,
|
|
|
|
select,
|
|
|
|
label,
|
|
|
|
a {
|
|
|
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
|
|
|
}
|
2016-07-23 02:28:31 +05:30
|
|
|
|
|
|
|
// Declare fonts here, to be sure that want be imported more than once
|
|
|
|
// @see https://github.com/majodev/google-webfonts-helper to download some other fonts
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto Condensed';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
|
|
|
|
url('~fonts/roboto-condensed/roboto-condensed-v13-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
|
|
|
url('~fonts/roboto-condensed/roboto-condensed-v13-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */
|
|
|
|
url('~fonts/roboto-condensed/roboto-condensed-v13-cyrillic_latin-regular.ttf') format('truetype'); /* Safari, Android, iOS */
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Roboto'), local('Roboto-Regular'),
|
|
|
|
url('~fonts/roboto/roboto-v15-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
|
|
|
url('~fonts/roboto/roboto-v15-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */
|
|
|
|
url('~fonts/roboto/roboto-v15-cyrillic_latin-regular.ttf') format('truetype'); /* Safari, Android, iOS */
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 500;
|
|
|
|
src: local('Roboto Medium'), local('Roboto-Medium'),
|
|
|
|
url('~fonts/roboto/roboto-v15-cyrillic_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
|
|
|
|
url('~fonts/roboto/roboto-v15-cyrillic_latin-500.woff') format('woff'), /* Modern Browsers */
|
|
|
|
url('~fonts/roboto/roboto-v15-cyrillic_latin-500.ttf') format('truetype'); /* Safari, Android, iOS */
|
|
|
|
}
|