-
Notifications
You must be signed in to change notification settings - Fork 1
/
typography.scss
102 lines (93 loc) · 1.83 KB
/
typography.scss
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
// ******** LOGIN NAV DROP DOWN AND FORM sign-in / sign-up *********
#login-dp{
min-width: 250px;
padding: 14px 14px 0;
overflow:hidden;
background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
font-size:12px
}
#login-dp .bottom{
background-color:rgba(255,255,255,.8);
border-top:1px solid #ddd;
clear:both;
padding:14px;
}
#login-dp .social-buttons{
margin:12px 0
}
#login-dp .social-buttons a{
width: 49%;
}
#login-dp .form-group {
margin-bottom: 10px;
}
.btn-fb{
color: #fff;
background-color:#3b5998;
}
.btn-fb:hover{
color: #fff;
background-color:#496ebc
}
.btn-tw{
color: #fff;
background-color:#55acee;
}
.btn-tw:hover{
color: #fff;
background-color:#59b5fa;
}
@media(max-width:768px){
#login-dp{
background-color: inherit;
color: #fff;
}
#login-dp .bottom{
background-color: inherit;
border-top:0 none;
}
}
.sign-out {
margin-bottom: 10px;
}
// ********* END OF NAV Login / Sign-up form **************
// ********* Error/success messages modals ****************
.alert {
margin: 0 auto;
}
// ********* Error/success messages modals ****************
.cartcolor {
color: white;
}
.glyphicon-shopping-cart {
float: right;
margin-top: 13px;
font-size: 150%;
}
body {
background-image: url('https://d2nwzygg3x0bhb.cloudfront.net/product-images/background.jpg');
background-size: cover;
background-position: center;
padding-top: 70px;
}
.jumbotron {
background-image: url('https://d2nwzygg3x0bhb.cloudfront.net/product-images/banner.gif');
background-position:left;
background-size: cover;
color: #454241;
font-family: 'Monoton';
color: #70deda;
font-weight: 900;
}
.cart-body {
margin: 0 auto;
}
.checkout_form {
background: #e8e6e4;
}
.navbar-nav {
float: right;
margin-right: 4%;
}