mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-05-25 15:38:36 -05:00
Created the NoIntegrationsTab.jsx styles.sass
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
@import "@/common/styles/colors"
|
||||
|
||||
.no-integrations
|
||||
display: flex
|
||||
justify-content: center
|
||||
align-items: center
|
||||
flex-direction: column
|
||||
gap: 1rem
|
||||
height: 100%
|
||||
text-align: center
|
||||
|
||||
svg
|
||||
width: 3rem
|
||||
height: 3rem
|
||||
color: $darker-white
|
||||
|
||||
.integration-add
|
||||
color: $green
|
||||
cursor: pointer
|
||||
Reference in New Issue
Block a user