mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-09 23:18:37 -06:00
Created the InputDialog styles.sass
This commit is contained in:
16
client/src/common/contexts/InputDialog/styles.sass
Normal file
16
client/src/common/contexts/InputDialog/styles.sass
Normal file
@@ -0,0 +1,16 @@
|
||||
@import "@/common/styles/colors"
|
||||
|
||||
.input-dialog
|
||||
width: 480px
|
||||
|
||||
.dialog-input
|
||||
font-size: 18pt
|
||||
padding: 15px
|
||||
font-weight: 700
|
||||
margin-top: 15px
|
||||
margin-bottom: 15px
|
||||
background-color: $darker-gray
|
||||
color: $darker-white
|
||||
border: none
|
||||
border-radius: 15px
|
||||
text-align: center
|
||||
Reference in New Issue
Block a user