Skip to content

Commit 7ceeceb

Browse files
committed
some necessary changes
1 parent a04d1b0 commit 7ceeceb

File tree

8 files changed

+34
-21
lines changed

8 files changed

+34
-21
lines changed

sass/styles/elements/elements.navigation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737

3838
.nav-logo {
39-
height: 35px;
39+
height: 43px;
4040
}
4141

4242
.pointer:hover {

sass/styles/media-query/media.home.scss

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,18 @@
4141
width: 100px;
4242
}
4343

44-
.o-offerings{
45-
.left{
46-
width: 85%;
47-
}
48-
49-
.right{
50-
width: 90px;
51-
}
52-
53-
.offering-card-heading{
54-
margin-bottom: 15px;
44+
@media all and (max-width: 575px){
45+
.o-offerings{
46+
.left{
47+
width: 85%;
48+
}
49+
50+
.right{
51+
width: 90px;
52+
}
53+
54+
.offering-card-heading{
55+
margin-bottom: 15px;
56+
}
5557
}
5658
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
.accordian-collapsar{
1010
@include dimensions(30px, 30px);
1111
@include margin(0px, 3%, 0px, 0px);
12+
padding-top: 8px;
1213
text-align: center;
1314
}
1415

sass/styles/objects/o-content/o-document.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
height: 100%;
33
position: relative;
44
background-color: white;
5-
padding: 2%;
5+
padding: 1% 2%;
66
overflow: auto;
77

88
.button-solid {

sass/styles/objects/o-course-card/o-course-card.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@
88
.header{
99
margin-bottom: 30px;
1010
}
11+
12+
.button-solid{
13+
min-width: 85px;
14+
}
1115
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.container-courses {
2-
padding-left: 60px;
2+
padding: 5%;
33

44
.status-circle {
55
transform: none;
@@ -47,7 +47,7 @@
4747
padding-bottom: 30px;
4848
}
4949

50-
.recommended-container {;
50+
.recommended-container {
5151
padding: 0;
5252
margin: 0;
5353
}
@@ -57,5 +57,5 @@
5757
position: static;
5858
}
5959
}
60-
}
60+
}
6161

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
.heading-u{
4040
margin-bottom: 5px;
4141
}
42+
43+
.button-dashed{
44+
float: right;
45+
}
4246
}
4347

4448
.home-vh {

sass/styles/objects/o-otp-enroll/o-otp-enroll.scss

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
11
.o-otp-enroll{
22
@include dimensions(100%, auto);
3+
@include padding-s(15px, 50px);
34
background: $nav-border;
45
font-size: $global-font-size;
56
font-weight: $font-medium;
6-
@include padding-mixin(20px, 0px, 20px, 40px);
77

88
.input-search{
9-
@include dimensions(100%, 60px);
109
@include border-radius(37px);
1110
background-color: $otp-input-bg;
11+
width: 100%;
1212
max-width: 365px;
1313
float: right;
1414
}
1515

1616
.button-solid{
17-
@include dimensions(100%, 60px);
1817
font-size: $global-font-size;
1918
font-weight: $font-medium;
20-
max-width: 178px;
19+
max-width: 125px;
2120
float: right;
2221
}
2322

2423
.red{
2524
color: $button-element-level;
26-
margin-top: 10px;
2725
}
2826

2927
.text-center {
@@ -38,4 +36,8 @@
3836
padding-top: 10px;
3937
padding-bottom: 10px;
4038
}
39+
40+
.row{
41+
padding: 0;
42+
}
4143
}

0 commit comments

Comments
 (0)