Cleaned up some useless css

This commit is contained in:
K4USTU3H 2019-12-09 21:49:55 +05:30
parent ff2c5541c3
commit 44e28393cf
1 changed files with 2 additions and 55 deletions

View File

@ -1,5 +1,4 @@
@import url("https://fonts.googleapis.com/css?family=Asap");
@import url('https://fonts.googleapis.com/css?family=Asap+Condensed');
@import url("https://fonts.googleapis.com/css?family=Asap|Asap+Condensed");
body {
margin: 0%;
@ -13,42 +12,6 @@ body {
font-family: "Asap", sans-serif;
}
#loading {
width: 100vw;
height: 100vh;
position: fixed;
background: var(--bg-color);
z-index: 999;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
#spinner {
animation: rotate 0.5s infinite linear;
width: 50px;
height: 50px;
border: 2px solid var(--bg-color);
border-bottom: 2px solid var(--text-color);
border-radius: 50%;
margin: 0;
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
#profile {
width: 24vw;
padding: 4vh 3vw;
@ -281,14 +244,6 @@ body {
font-weight: normal !important;
}
.go_back {
position: absolute;
color: var(--text-color);
font-size: 26px;
margin-left: 5vw;
margin-top: 4vh;
}
::selection {
color: var(--bg-color);
background: var(--text-color);
@ -337,14 +292,6 @@ body {
.projects section {
width: 88%;
}
.go_back {
position: relative;
color: var(--text-color);
font-size: 26px;
margin-left: 5vw;
top: 5vh;
}
}
::-webkit-scrollbar {
@ -436,4 +383,4 @@ body {
position: relative;
top: 3px;
left: -3px;
}
}