1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00

Install stylelint

This commit is contained in:
Kaustubh Ladiya 2020-02-14 23:24:33 +05:30
parent fc03761011
commit ea517d5669
No known key found for this signature in database
GPG key ID: A77FFE5465BD4E7D
8 changed files with 2011 additions and 59 deletions

View file

@ -32,7 +32,7 @@ header b {
header a {
font-size: 16px;
margin: 1.8vh 0px;
margin: 1.8vh 0;
margin-left: 4vw;
color: #000;
text-decoration: none;
@ -49,11 +49,11 @@ form {
}
form .button {
margin: 2vh 0px;
margin: 2vh 0;
}
.input {
margin: 1.5vh 0px !important;
margin: 1.5vh 0 !important;
}
.label {
@ -88,6 +88,11 @@ button:hover {
text-align: right;
}
.remove i {
font-size: 14px;
margin-right: 3px;
}
#top_image i {
font-size: 20px;
position: absolute;
@ -95,7 +100,7 @@ button:hover {
top: 4vh;
right: 5vw;
padding: 15px 15px;
background: #ffffff;
background: #fff;
color: rgb(0, 0, 0);
border-radius: 50%;
}
@ -112,9 +117,9 @@ button:hover {
font-size: 17px;
line-height: 25px;
word-spacing: 1.2px;
margin: 5vh 0px;
margin: 5vh 0;
background: transparent;
border: 0px;
border: 0;
width: 100%;
font-family: "Questrial", sans-serif;
resize: none;
@ -129,17 +134,12 @@ button:hover {
}
.remove {
margin-bottom: 2vh 0px;
margin-bottom: 2vh 0;
font-weight: bold;
transition: 0.4s ease-in-out;
font-size: 16px;
}
.remove i {
font-size: 14px;
margin-right: 3px;
}
.remove:hover {
cursor: pointer;
color: rgb(255, 70, 70);