Changed rem to px aside from font-size
Good code practice
This commit is contained in:
@ -102,7 +102,7 @@ onUnmounted(() => {
|
||||
background-color: rgba($purple, 0.6);
|
||||
padding: 0 20px;
|
||||
border-radius: 20px 20px 0 0;
|
||||
height: 3.75rem;
|
||||
height: 60px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
@ -149,7 +149,7 @@ onUnmounted(() => {
|
||||
|
||||
button {
|
||||
padding: 10px 16px;
|
||||
min-width: 6.25rem;
|
||||
min-width: 100px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user