Skip to content

Commit

Permalink
Stylelint the CSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed May 28, 2024
1 parent bbdc68b commit 157b200
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions assets/autosuggester.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ $this: '.autosuggester';

#{$this}-input-mirror {
position: absolute !important;
top: 0 !important;
left: -9999px !important;
overflow: auto !important;
white-space: pre-wrap !important;
word-wrap: break-word !important;
top: 0 !important;
left: -9999px !important;
}

#{$this}-box-container {
Expand All @@ -15,17 +15,17 @@ $this: '.autosuggester';
}

#{$this}-box {
display: none;
border: 1px solid #bbb;
background-color: #fff;
position: relative;
z-index: 3;
max-height: 150px;
display: none;
width: 318px;
max-height: 150px;
margin-top: 4px;
overflow-y: scroll;
background-color: #fff;
border: 1px solid #bbb;
border-radius: 0 0 3px 3px;
box-shadow: 0 3px 6px #ccc;
margin-top: 4px;
}

#{$this}-box-list {
Expand Down
8 changes: 4 additions & 4 deletions assets/backend.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#tl_navigation .group-notification_center {
background: url(bell.svg) 3px 2px no-repeat;
background: url('bell.svg') 3px 2px no-repeat;
}

.header_nc_pro {
margin-left: 15px;
padding: 3px 0 3px 19px;
background-position: left center;
background-image: url('award.svg');
background-repeat: no-repeat;
margin-left: 15px;
background-image: url(award.svg);
background-position: left center;
}

0 comments on commit 157b200

Please sign in to comment.