Skip to content

Commit

Permalink
Move selectors from head.scss to _global.scss.
Browse files Browse the repository at this point in the history
_global.scss is included in head.scss.
  • Loading branch information
XhmikosR committed Sep 23, 2021
1 parent d45973c commit 5d5dae8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
17 changes: 17 additions & 0 deletions src/css/_global.scss
Expand Up @@ -32,3 +32,20 @@ textarea {
padding: 0;
}
}

.unbutton {
display: inline-block;
background-color: transparent;
border: none;
padding: 0;
margin: 0;
font: inherit;
cursor: pointer;
white-space: nowrap;
}

.toolbar,
.main,
.drop-overlay {
display: none;
}
17 changes: 0 additions & 17 deletions src/css/head.scss
Expand Up @@ -3,20 +3,3 @@
@import "components/main-menu";
@import "components/preloader";
@import "utils";

.unbutton {
display: inline-block;
background-color: transparent;
border: none;
padding: 0;
margin: 0;
font: inherit;
cursor: pointer;
white-space: nowrap;
}

.toolbar,
.main,
.drop-overlay {
display: none;
}

0 comments on commit 5d5dae8

Please sign in to comment.