mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 03:37:27 +08:00
[S] Unify border radius
This commit is contained in:
@@ -40,7 +40,7 @@ h1
|
||||
display: flex
|
||||
flex-direction: column
|
||||
|
||||
border-radius: 5px
|
||||
border-radius: $border-radius
|
||||
padding: 12px 16px
|
||||
background: $ov-light
|
||||
|
||||
@@ -52,7 +52,7 @@ blockquote
|
||||
padding: 10px 20px 10px 20px
|
||||
margin: 16px 0
|
||||
border-left: solid #ff7c7c 3px
|
||||
border-radius: 5px
|
||||
border-radius: $border-radius
|
||||
|
||||
|
||||
#app
|
||||
@@ -68,7 +68,7 @@ main:not(.no-margin)
|
||||
|
||||
|
||||
button
|
||||
border-radius: 8px
|
||||
border-radius: $border-radius
|
||||
border: 1px solid transparent
|
||||
padding: 0.6em 1.2em
|
||||
font-size: 1em
|
||||
@@ -124,7 +124,7 @@ button.icon
|
||||
color: $c-error
|
||||
|
||||
input
|
||||
border-radius: 8px
|
||||
border-radius: $border-radius
|
||||
border: 1px solid transparent
|
||||
padding: 0.6em 1.2em
|
||||
font-size: 1em
|
||||
@@ -208,7 +208,7 @@ main.content
|
||||
> div
|
||||
background-color: $c-bg
|
||||
padding: 2rem
|
||||
border-radius: 10px
|
||||
border-radius: $border-radius
|
||||
|
||||
display: flex
|
||||
flex-direction: column
|
||||
|
||||
Reference in New Issue
Block a user