style maps page
This commit is contained in:
parent
936a9ff20e
commit
daced4ec04
1 changed files with 15 additions and 2 deletions
|
|
@ -154,7 +154,7 @@ a:active {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 680px;
|
max-width: 680px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 10px;
|
padding: 0 20px;
|
||||||
img.hero {
|
img.hero {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
@ -182,14 +182,27 @@ a:active {
|
||||||
max-width: 340px;
|
max-width: 340px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.step-label {
|
||||||
|
background-color: #F4F3F2;
|
||||||
|
border-radius: 6px;
|
||||||
|
color: #787776;
|
||||||
|
font-size: 12px;
|
||||||
|
margin: 40px auto 0 auto;
|
||||||
|
padding: 10px 20px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: 600;
|
||||||
|
width: fit-content;
|
||||||
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 500;
|
font-weight: 700;
|
||||||
margin: 30px 0 15px 0;
|
margin: 30px 0 15px 0;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
p.informational-text {
|
p.informational-text {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
line-height: 21px;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
.filelist {
|
.filelist {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue