Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
sass(admin): simplify modern_admin.scss
Browse files Browse the repository at this point in the history
Change-Id: I4d61432de8a09cd2212f987fccf9fc266c186f0f
  • Loading branch information
andi34 committed Jun 8, 2022
1 parent afc9183 commit f3cc6b2
Showing 1 changed file with 6 additions and 37 deletions.
43 changes: 6 additions & 37 deletions src/sass/modern_admin.scss
Original file line number Diff line number Diff line change
@@ -1,27 +1,11 @@
@import 'classic_admin';

/***********************
* side nav bar
***********************/

a.adminnavlistelement {
border-radius: 10px;
}

/**************************
* Settings Content Container
**************************/

/* settings section container */
div.setting_section {
border-radius: 10px;
}

.setting_section_heading {
border-radius: 10px;
}

div.setting_element {
a.adminnavlistelement,
div.setting_section,
.setting_section_heading,
.save-admin-btn,
.adminpanel-setting-btn,
.selectize-control.multi .selectize-input {
border-radius: 10px;
}

Expand All @@ -43,18 +27,3 @@ div.setting_element {
.save-btn {
border-radius: 10px;
}

/*****************************
* Embedded ADMIN PANEL button
*****************************/

.adminpanel-setting-btn {
border-radius: 10px;
}

/********************************************
* Adjust style of selectize lib for our needs - multiselects only
********************************************/
.selectize-control.multi .selectize-input {
border-radius: 10px;
}

0 comments on commit f3cc6b2

Please sign in to comment.