Commit d8133c3a by Ibrahim Ahmed Committed by GitHub

Merge pull request #15523 from edx/ibrahimahmed443/WL-1079-minor-styling-issues

fix styling issues in program details page
parents aee1b7f4 1b14d301
...@@ -154,6 +154,11 @@ ...@@ -154,6 +154,11 @@
background: linear-gradient(to bottom, #008100 0%,#0a570a 100%); background: linear-gradient(to bottom, #008100 0%,#0a570a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008100', endColorstr='#0a570a',GradientType=0 ); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008100', endColorstr='#0a570a',GradientType=0 );
border: 0; border: 0;
&:hover{
background: -moz-linear-gradient(top, #006200 0%, #006200 100%);
background: -webkit-linear-gradient(top, #006200 0%,#006200 100%);
background: linear-gradient(to bottom, #006200 0%,#006200 100%);
}
} }
} }
} }
...@@ -584,8 +589,8 @@ ...@@ -584,8 +589,8 @@
p, p,
ul { ul {
color: #4a4a4a; color: $dark-gray1 !important;
font-size: .85em; font-size: 1em !important;
line-height: 1.5em; line-height: 1.5em;
margin-bottom: 15px; margin-bottom: 15px;
...@@ -605,7 +610,9 @@ ...@@ -605,7 +610,9 @@
li { li {
padding-left: 0 !important; padding-left: 0 !important;
color: #4a4a4a; + div {
color: $dark-gray1;
}
} }
} }
} }
...@@ -1044,7 +1051,7 @@ ...@@ -1044,7 +1051,7 @@
@extend .tbl-col; @extend .tbl-col;
display: block; display: block;
width: 100%; width: 100%;
color: palette(primary, dark); color: $dark-gray1 !important;
line-height: 1.4em; line-height: 1.4em;
@media (min-width: 768px) { @media (min-width: 768px) {
...@@ -1069,7 +1076,7 @@ ...@@ -1069,7 +1076,7 @@
} }
&:first-child { &:first-child {
color: palette(primary, dark); color: $dark-gray1 !important;
margin-bottom: 5px; margin-bottom: 5px;
@media (max-width: 767px) { @media (max-width: 767px) {
margin-bottom: 0; margin-bottom: 0;
...@@ -1080,7 +1087,7 @@ ...@@ -1080,7 +1087,7 @@
} }
@media (min-width: 768px) { @media (min-width: 768px) {
width: 48%; width: 48%;
color: palette(primary, dark); color: $dark-gray1 !important;
margin-bottom: 0; margin-bottom: 0;
font-size: 1.024em; font-size: 1.024em;
} }
...@@ -1204,7 +1211,7 @@ ...@@ -1204,7 +1211,7 @@
& + div { & + div {
padding: 10px 30px; padding: 10px 30px;
font-size: 1rem; font-size: 1rem;
color: $black; color: $dark-gray1 !important;
} }
} }
&.expanded { &.expanded {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment