Skip to content

Commit f0e5e79

Browse files
author
Joseph Damiba
committed
updating cache
1 parent cd607e0 commit f0e5e79

File tree

3 files changed

+66
-69
lines changed

3 files changed

+66
-69
lines changed

_data/cache_bust_css.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ff0a6e91ea3d23b64142c0d4d49e4b1b ../all_static/css/main.css
1+
77c14d82285744015875e752ccfc8d6e ../all_static/css/main.css
22
a5765df8bc2358dd61c19edcc0cbef7d ../all_static/css/normalize.css

all_static/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1865,7 +1865,7 @@ ul.\--ref {
18651865
opacity: 1; }
18661866

18671867
.\--help-box {
1868-
background: #447bdc;
1868+
background: #000749;
18691869
padding: 40px 20px;
18701870
-webkit-box-flex: 1;
18711871
-webkit-flex: auto;
@@ -1964,7 +1964,7 @@ ul.\--ref {
19641964
margin-bottom: 20px;
19651965
position: relative; }
19661966
.\--help-box .\--wrap h5::before {
1967-
content: '';
1967+
content: "";
19681968
position: absolute;
19691969
width: 40px;
19701970
background: #6693e2;

scss/_components/_helpbox.scss

Lines changed: 63 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,132 +1,129 @@
1-
2-
.\--help-box{
3-
background: $blue;
4-
padding:$unit*4 $unit*2;
5-
flex:auto;
1+
.\--help-box {
2+
background: #000749;
3+
padding: $unit * 4 $unit * 2;
4+
flex: auto;
65
width: 100%;
76
position: relative;
8-
z-index:99;
9-
min-width:100%;
10-
.\--wrap{
7+
z-index: 99;
8+
min-width: 100%;
9+
.\--wrap {
1110
//display: flex;
1211
//flex-direction: column;
1312
text-align: center;
14-
.\--title{
13+
.\--title {
1514
color: white;
1615
font-size: 2rem;
1716
}
18-
ul{
17+
ul {
1918
display: flex;
20-
color:white;
21-
width:100%;
22-
justify-content:center;
19+
color: white;
20+
width: 100%;
21+
justify-content: center;
2322
//ta
2423
//border-bottom:$border;
2524
//padding:$unit*2 0;
2625
@include handheld {
27-
flex-wrap: wrap;
28-
li{
26+
flex-wrap: wrap;
27+
li {
2928
flex: 1 1 100%;
3029
text-align: center;
31-
a{
30+
a {
3231
justify-content: center;
3332
align-items: center;
34-
border-right:0;
33+
border-right: 0;
3534
flex-direction: column;
36-
margin-top:$unit;
37-
border-bottom:1px solid lighten($blue, 12%);
38-
padding:$unit*2;
39-
35+
margin-top: $unit;
36+
border-bottom: 1px solid lighten($blue, 12%);
37+
padding: $unit * 2;
4038
}
4139
}
4240
}
43-
padding-bottom:$unit*2;
44-
li{
45-
&:nth-of-type(1){
46-
a::before{
41+
padding-bottom: $unit * 2;
42+
li {
43+
&:nth-of-type(1) {
44+
a::before {
4745
transform-origin: right;
4846
}
4947
}
50-
&:nth-of-type(2){
51-
a::before{
48+
&:nth-of-type(2) {
49+
a::before {
5250
transform-origin: 50% !important;
5351
}
5452
}
5553

56-
div.icon{
57-
margin-right:$unit/2;
58-
margin-top:-3px;
59-
svg{
60-
path{
54+
div.icon {
55+
margin-right: $unit/2;
56+
margin-top: -3px;
57+
svg {
58+
path {
6159
//fill: lighten($blue, 25%);
6260
fill: currentColor;
6361
}
64-
6562
}
6663
}
67-
&:last-of-type{
68-
a{
69-
border-right:0;
64+
&:last-of-type {
65+
a {
66+
border-right: 0;
7067
}
7168
}
72-
span{
69+
span {
7370
display: inline-block;
74-
padding-right:$unit;
71+
padding-right: $unit;
7572
display: none;
7673
}
7774
}
78-
a{
75+
a {
7976
padding: $unit/2 $unit;
80-
padding-top:$unit*1.2;
81-
border-right:1px solid lighten($blue, 12%);
77+
padding-top: $unit * 1.2;
78+
border-right: 1px solid lighten($blue, 12%);
8279

8380
//margin:$unit/2;
84-
display:flex;
85-
&:hover{
81+
display: flex;
82+
&:hover {
8683
background: darken($blue, 5%);
8784
}
8885

89-
color:white;
90-
&:hover{
86+
color: white;
87+
&:hover {
9188
color: white !important;
92-
opacity:1 !important;
89+
opacity: 1 !important;
9390
}
9491
}
9592
}
96-
h5{
97-
font-weight:bold;
98-
color:lighten($bblue, 25%);
99-
opacity:0.8;
93+
h5 {
94+
font-weight: bold;
95+
color: lighten($bblue, 25%);
96+
opacity: 0.8;
10097
font-size: 1.5rem;
101-
padding-bottom:$unit*2;
102-
margin-bottom:$unit*2;
98+
padding-bottom: $unit * 2;
99+
margin-bottom: $unit * 2;
103100
position: relative;
104-
&::before{
105-
content: '';
101+
&::before {
102+
content: "";
106103
position: absolute;
107-
width: $unit*4;
104+
width: $unit * 4;
108105
background: lighten($blue, 8%);
109-
height:6px;
106+
height: 6px;
110107
left: 50%;
111-
margin-left:-$unit*2;
112-
top:100%;
108+
margin-left: -$unit * 2;
109+
top: 100%;
113110
}
114111
}
115112
color: lighten($blue, 25%);
116-
.\--cta{
113+
.\--cta {
117114
background: darken($blue, 5%);
118-
padding:$unit;
115+
padding: $unit;
119116
display: flex;
120117
align-items: center;
121-
justify-content:center;
118+
justify-content: center;
122119
display: inline-block;
123-
max-width:300px;
124-
p{
125-
margin:0;
126-
padding:0;
120+
max-width: 300px;
121+
p {
122+
margin: 0;
123+
padding: 0;
127124
}
128125

129-
a{
126+
a {
130127
text-decoration: underline;
131128
color: #ffffff !important;
132129
}

0 commit comments

Comments
 (0)