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

@@ -48,7 +48,6 @@ button.tablinks {
}
.dark {
.tab,
button.tablinks {
color: white;
@@ -146,8 +145,8 @@ p.author {
}
}
#item>h1,
#item>.MuiSvgIcon-root {
#item > h1,
#item > .MuiSvgIcon-root {
display: inline;
font-size: 35px !important;
}
@@ -207,7 +206,7 @@ p.description {
background: #2d3436;
}
#item>img {
#item > img {
border-radius: 24px;
height: 200px;
width: auto;

View File

@@ -3,8 +3,8 @@
text-align: right;
min-width: 50px;
cursor: pointer;
-webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.3));
filter: drop-shadow(0 0 6px rgba(0,0,0,.3));
-webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
top: 20px;
svg {
@@ -23,11 +23,12 @@
.navbar1 {
@extend %navbar;
right: 20px;
svg {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
-webkit-transform: translateZ(0) scale(1, 1);
backface-visibility: hidden;
transform: translateZ(0) scale(1.0, 1.0);
transform: translateZ(0) scale(1, 1);
}
}

View File

@@ -31,6 +31,7 @@
margin: 0 auto;
text-align: right;
transition: ease 0.2s !important;
&:hover {
transform: scale(1.1);
}

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;