CSS fixes for profile
This commit is contained in:
parent
7735b6cfdb
commit
160d50af1f
@ -130,6 +130,9 @@ h4 {
|
|||||||
|
|
||||||
input, textarea {
|
input, textarea {
|
||||||
font-family: 'Raleway';
|
font-family: 'Raleway';
|
||||||
|
background-color: #FEFEFE;
|
||||||
|
border: 3px solid #FEFEFE;
|
||||||
|
border-radius: 3px;
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.profTitle {
|
.profTitle {
|
||||||
font-size: 150%;
|
font-size: 3vh;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: 1%;
|
margin-bottom: 1%;
|
||||||
@ -404,7 +404,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.creInput {
|
.creInput {
|
||||||
font-size: 120%;
|
font-size: 2vh;
|
||||||
padding: 3%;
|
padding: 3%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -420,8 +420,9 @@
|
|||||||
|
|
||||||
#creSubmit {
|
#creSubmit {
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
font-size: 140%;
|
font-size: 3vh;
|
||||||
margin: 0 35% 0 35%;
|
width: 13vw;
|
||||||
|
margin: auto;
|
||||||
padding: 2%;
|
padding: 2%;
|
||||||
|
|
||||||
background-color: rgba(0,0,0,0.25);
|
background-color: rgba(0,0,0,0.25);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user