Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit b0e1649

Browse files
committed
remove notif styles as its not needed
1 parent 334ecfb commit b0e1649

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

src/resources/assets/sass/style.scss

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
// notifications
2-
.notif-container {
3-
padding: 0 0 4rem;
4-
position: fixed;
5-
top: 4rem;
6-
right: 1rem;
7-
bottom: 0;
8-
z-index: 100;
9-
overflow: scroll;
10-
}
11-
121
// select2
132
.select2 {
143
width: 100% !important;
@@ -30,12 +19,12 @@
3019
opacity: 1;
3120
}
3221

33-
&:after {
22+
&::after {
3423
display: none !important;
3524
}
3625

3726
select {
38-
padding: 0.40rem 0.5rem 0.5rem !important;
27+
padding: 0.4rem 0.5rem 0.5rem !important;
3928
font-weight: bold;
4029
text-transform: capitalize;
4130
background-color: transparent;

0 commit comments

Comments
 (0)