Created the InputDialog styles.sass

This commit is contained in:
Mathias Wagner
2023-02-18 23:32:57 +01:00
parent cf3fbde7c6
commit 28505d30de

View 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