Created the PageTitle styles.sass
This commit is contained in:
21
webui/src/common/components/PageTitle/styles.sass
Normal file
21
webui/src/common/components/PageTitle/styles.sass
Normal file
@ -0,0 +1,21 @@
|
||||
@import "@/common/styles/colors"
|
||||
|
||||
.page-title
|
||||
display: flex
|
||||
align-items: center
|
||||
background-color: $background
|
||||
padding: 1rem 1.5rem
|
||||
backdrop-filter: blur(10px)
|
||||
border: 2px solid $border
|
||||
border-radius: 0.8rem
|
||||
gap: 1rem
|
||||
user-select: none
|
||||
|
||||
svg
|
||||
font-size: 24pt
|
||||
color: $white
|
||||
|
||||
h1
|
||||
margin: 0
|
||||
color: $white
|
||||
font-size: 28pt
|
Reference in New Issue
Block a user