'init'
This commit is contained in:
14
app/components/SettingsInput/SettingsInput.module.css
Normal file
14
app/components/SettingsInput/SettingsInput.module.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.input{
|
||||
cursor: pointer!important;
|
||||
@mixin light {
|
||||
color: var(--mantine-color-dark-3);
|
||||
text-align: right;
|
||||
}
|
||||
@mixin dark {
|
||||
color: #CCC;
|
||||
text-align: right;
|
||||
}
|
||||
&[data-disabled] {
|
||||
background-color: transparent!important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user