-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.sass
69 lines (66 loc) · 1.32 KB
/
style.sass
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/*
Theme Name: Theme
Author: Supersait
Author URI: http://supersait.bg/
Description: Theme Description
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: mind-shock
$main-font: 'Roboto Condensed', sans-serif
$sec-font: 'Fira Sans Extra Condensed', sans-serif
$black: #2c2c2c
$blue: #2e3841
$orange: #fdc236
$white: #f9fafb
$fb-color: #3b5998
*,:before,:after
box-sizing: border-box
html
-webkit-tap-highlight-color: transparent
body
font-family: $main-font
font-size: 16px
line-height: 1.3
color: $black
.container
width: 1200px
margin: 0 auto
padding: 0 15px
@media (max-width:1220px)
width: 100%
.nav
display: flex
list-style: none
padding: 0
margin: 0
.sr-only, .screen-reader-text
position: absolute
width: 1px
height: 1px
padding: 0
margin: -1px
overflow: hidden
clip: rect(0,0,0,0)
border: 0
p
margin: 0
.vc_row &
margin-bottom: 10px
a
text-decoration: none
color: inherit
outline: none
ul
padding: 0
list-style-type: none
figure
margin: 0
input,textarea
outline: none
@import assets/css/header
@import assets/css/posts
@import assets/css/classes
@import assets/css/shortcodes
//@import assets/css/footer