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

Commit f3cc6b2

Browse files
committed
sass(admin): simplify modern_admin.scss
Change-Id: I4d61432de8a09cd2212f987fccf9fc266c186f0f
1 parent afc9183 commit f3cc6b2

File tree

1 file changed

+6
-37
lines changed

1 file changed

+6
-37
lines changed

src/sass/modern_admin.scss

Lines changed: 6 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,11 @@
11
@import 'classic_admin';
22

3-
/***********************
4-
* side nav bar
5-
***********************/
6-
7-
a.adminnavlistelement {
8-
border-radius: 10px;
9-
}
10-
11-
/**************************
12-
* Settings Content Container
13-
**************************/
14-
15-
/* settings section container */
16-
div.setting_section {
17-
border-radius: 10px;
18-
}
19-
20-
.setting_section_heading {
21-
border-radius: 10px;
22-
}
23-
24-
div.setting_element {
3+
a.adminnavlistelement,
4+
div.setting_section,
5+
.setting_section_heading,
6+
.save-admin-btn,
7+
.adminpanel-setting-btn,
8+
.selectize-control.multi .selectize-input {
259
border-radius: 10px;
2610
}
2711

@@ -43,18 +27,3 @@ div.setting_element {
4327
.save-btn {
4428
border-radius: 10px;
4529
}
46-
47-
/*****************************
48-
* Embedded ADMIN PANEL button
49-
*****************************/
50-
51-
.adminpanel-setting-btn {
52-
border-radius: 10px;
53-
}
54-
55-
/********************************************
56-
* Adjust style of selectize lib for our needs - multiselects only
57-
********************************************/
58-
.selectize-control.multi .selectize-input {
59-
border-radius: 10px;
60-
}

0 commit comments

Comments
 (0)