Laravel 11, Vuexy Admin 10.3, by admin@koneko.mx
This commit is contained in:
16
modules/Admin/Resources/scss/user/page-account-settings.scss
Normal file
16
modules/Admin/Resources/scss/user/page-account-settings.scss
Normal file
@ -0,0 +1,16 @@
|
||||
// * Account Settings
|
||||
// *******************************************************************************
|
||||
|
||||
@import '../../assets/vendor/scss/_custom-variables/pages';
|
||||
@import '../../assets/vendor/scss/_bootstrap-extended/include';
|
||||
|
||||
.api-key-actions {
|
||||
position: absolute !important;
|
||||
top: 0.75rem;
|
||||
@include app-ltr() {
|
||||
right: 0.5rem;
|
||||
}
|
||||
@include app-rtl() {
|
||||
left: 0.5rem;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user