This commit is contained in:
David Ralph
2020-09-16 11:43:58 +01:00
parent 3399705935
commit a27cf2eede
10 changed files with 25 additions and 16 deletions

View File

@@ -1,10 +1,12 @@
.welcomeModalText {
line-height: 2px;
h2.subtitle {
font-size: 24px;
color: #535353;
text-transform: uppercase;
}
h1.welcometitle {
font-size: 50px;
}
@@ -13,6 +15,7 @@
.welcomeContent {
text-align: center;
padding: 25px;
a {
text-decoration: none;
line-height: 20px !important;
@@ -22,6 +25,7 @@
opacity: 0.8;
}
}
img.icon, svg {
margin-top: -12px;
padding: 10px;
@@ -31,10 +35,12 @@
transform: scale(1.1);
}
}
p {
margin-top: 0.7rem;
line-height: 1em;
}
img, svg {
height: 24px;
width: auto;