This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
105 lines (100 loc) · 2.93 KB
/
styles.css
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
103
104
105
/*Quote Styling*/
img{
width:100%;
max-width:165px;
max-height: 165px;
}
.quote {
position: fixed;
}
span#total { font-size: 24px; }
#quote-calc .quote-calc {
background-color: #EFEFEF;
padding: 20px;
border-radius: 10px;
margin-left: auto;
margin-right: auto;}
#quote-calc .quote-col {
margin-top: 10px;
margin-bottom: 30px;}
#quote-calc .quote {
border: 2px solid #FF3B3F;
border-radius: 10px;
padding: 20px 10px 20px 10px;
text-align: center;
background-color: #FFF; }
#quote-calc .quote-col a { display: block; margin-top: 20px; text-align: center;}
#quote-calc .form-control {margin-top: 20px; width:50%;}
/* row often */
#quote-calc .row-often .col-occur {
border-radius: 10px;
padding-top: 10px;
padding-bottom: 10px;
border: 2px solid transparent;
margin: 15px auto; }
#quote-calc .row-often .col-occur img { width: 100%;
max-width: 120px;
margin-left: auto;
margin-right: auto;
display: block; }
#quote-calc .row-often { margin-top: 20px;}
#quote-calc .row-often .on { border: 2px solid #FF3B3F; background-color: #FFF; }
#quote-calc .row-often .on .disc { color: #FF3B3F; }
#quote-calc .row-often .form-group, .row-extras #quote-calc .form-group, .row-extras { margin-top: 20px;}
#quote-calc .row-often .disc { margin-top: 5px; text-align: center;}
/* extras */
#quote-calc .row-extras { /*margin-top: 50px;*/ }
#quote-calc .row-extras .col-sm-12 {
margin-bottom: 30px;}
#quote-calc .row-extras .extra-container {
background-color: #FFF;
border: 2px solid #545454;
border-radius: 10px;
padding: 15px 10px;
margin: 15px;
width: 25%;
float: left;
height: 300px;
}
#quote-calc .row-extras img {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 50%; }
#quote-calc .row-extras .extra-name {
margin-top: 0px;
text-align: center;
font-size: x-large;
}
#quote-calc .row-extras .extra-price {
margin-bottom: 30px;
text-align: center;
font-size: large;
}
#quote-calc .row-extras .on {
border: 2px solid #FF3B3F;
background-color: #FFF; }
#quote-calc .row-extras .on .extra-name {
color: #FF3B3F; }
/* code that will be redundant after publishing */
.quote a {border: 2px solid #FF3B3F; border-radius: 10px; padding: 10px 30px; font-size: 22px; text-decoration: none; color: #FFF; background-color: #FF3B3F; }
.quote a:hover { background-color: transparent; color: #FF3B3F; }
/*.quote-calc { max-width: 50%; }*/
h3 { text-align: center; }
.material-icons.md-18 {
font-size: 18px; }
.material-icons.md-24 {
font-size: 24px; }
.material-icons.md-36 {
font-size: 36px; }
.material-icons.md-48 {
font-size: 48px; }
.material-icons.md-dark {
color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive {
color: rgba(0, 0, 0, 0.26); }
.material-icons.md-light {
color: white; }
.material-icons.md-light.md-inactive {
color: rgba(255, 255, 255, 0.3); }