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

Commit

Permalink
sass: simpify more definitions
Browse files Browse the repository at this point in the history
Change-Id: I8d861d7fd49f79c062b8be6230178e1e496205e7
  • Loading branch information
andi34 committed Jul 7, 2022
1 parent 7935e29 commit 6ec1c20
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 32 deletions.
6 changes: 1 addition & 5 deletions src/sass/classic_admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,7 @@ div.setting_element {
}
/* On screens that are less than 700px wide, make the sidebar hidden */
@media screen and (max-width: 700px) {
.adminsidebar {
display: none;
padding-top: 5em;
}

.adminsidebar,
#adminsidebar {
display: none;
padding-top: 5em;
Expand Down
4 changes: 0 additions & 4 deletions src/sass/modern_squared_style.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
@import 'modern_style';
@import 'partials/squared_gallery';
.divinnen2 {
position: absolute;
bottom: 0;
right: 0;
left: 0;
padding: 10px;
margin-left: auto;
margin-right: auto;
}
29 changes: 6 additions & 23 deletions src/sass/rounded.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@
}

.gallery {
&__close {
border-radius: 5px;
}

&__close,
&__reload {
border-radius: 5px;
}
Expand All @@ -43,27 +40,18 @@
}

.admin-panel,
.manual-panel {
.manual-panel,
.login-panel {
border: 0 none;
border-radius: 10px;
}

.panel {
.panel-heading {
margin-top: 2px;
border-radius: 5px;
}

.panel-heading,
.panel-body {
margin-top: 1px;
margin-top: 2px;
border-radius: 5px;
}
}

.login-panel {
border: 0 none;
border-radius: 10px;
}

button {
border: 2px solid $borderColor;
Expand All @@ -81,12 +69,7 @@ button {
border-radius: 5px;
}

.slider::-webkit-slider-thumb {
width: 20px;
height: 20px;
border-radius: 50%;
}

.slider::-webkit-slider-thumb,
.slider::-moz-range-thumb {
width: 20px;
height: 20px;
Expand Down

0 comments on commit 6ec1c20

Please sign in to comment.