Update border-radius in style.scss for consistency and improved design
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -8,7 +8,7 @@ $cBlack: #4e5e6a;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 40px;
|
||||
border-radius: .25rem;
|
||||
border-radius: 6px;
|
||||
padding: 0 15px;
|
||||
transition: all .3s ease;
|
||||
|
||||
@@ -812,7 +812,7 @@ body>.top {
|
||||
background: $cGreen;
|
||||
color: #FFF;
|
||||
padding: 10px;
|
||||
border-radius: .25rem;
|
||||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user