Skip to content

Commit 587d9af

Browse files
committed
fixed: changes that were missing in scale-down-commit
- bell icon floating right - some paddings on pages
1 parent fecb5a3 commit 587d9af

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

sass/styles/elements/elements.notify-type.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
display: none;
1919
position: absolute;
2020
left: 100%;
21-
top: -7px;
21+
top: -5px;
2222
}
2323

2424
.new{

sass/styles/objects/o-courses/o-courses.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.container-courses {
2-
padding: 5%;
2+
padding: 2% 5%;
33

44
.status-circle {
55
transform: none;

sass/styles/objects/o-nav-layout/o-nav-layout.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@
2626
.nav-list {
2727
margin-top: 0;
2828
}
29-
29+
30+
.nav-items>.notify-icon{
31+
width: 10px;
32+
}
33+
3034
.round-img{
3135
@include dimensions(40px, 40px);
3236
cursor: pointer;

sass/styles/objects/o-overview-container/o-overview-container.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.overview-container {
2-
padding:5%;
2+
padding: 2% 5%;
33
}
44

55
.o-overview-recent {

0 commit comments

Comments
 (0)