Convert borders and margins to rem from px in profile
This commit is contained in:
parent
3149f65a97
commit
071dcad0cc
@ -4,7 +4,7 @@
|
||||
width: 16rem;
|
||||
background: #1c1c1c;
|
||||
height: 100vh;
|
||||
margin: 2px;
|
||||
margin: 0.2rem;
|
||||
border-radius: 0.5rem;
|
||||
|
||||
.profile-container {
|
||||
@ -12,7 +12,7 @@
|
||||
border-radius: 0.4rem;
|
||||
margin: 0.2rem;
|
||||
min-height: 6rem;
|
||||
border: 2px solid rgba(89, 89, 89, 0.199);
|
||||
border: 0.2rem solid rgba(89, 89, 89, 0.199);
|
||||
padding: 0.5rem;
|
||||
|
||||
.profile-icon {
|
||||
@ -43,7 +43,7 @@
|
||||
width: 10rem;
|
||||
z-index: 1;
|
||||
background-color: #1c1c1c;
|
||||
border: 2px solid rgba(89, 89, 89, 0.199);
|
||||
border: 0.2rem solid rgba(89, 89, 89, 0.199);
|
||||
|
||||
.dropdown-logged {
|
||||
display: flex;
|
||||
@ -55,15 +55,15 @@
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
.auth-button {
|
||||
margin-top: 0.5rem;
|
||||
padding: 0.5rem;
|
||||
border-radius: 0.5rem;
|
||||
background-color: #1c1c1c;
|
||||
border: 2px solid rgba(89, 89, 89, 0.199);
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s;
|
||||
margin-bottom: 0.5rem;
|
||||
margin-top: 0.5rem;
|
||||
padding: 0.5rem;
|
||||
border-radius: 0.5rem;
|
||||
background-color: #1c1c1c;
|
||||
border: 0.2rem solid rgba(89, 89, 89, 0.199);
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user