Commit b417002a by Carlos Andrés Rocha

Fix image size of news images on the student dashboard

[#39472239]
parent 8df425e5
......@@ -98,7 +98,7 @@
&.email-icon {
@include background-image(url('../images/portal-icons/email-icon.png'));
}
&.name-icon {
@include background-image(url('../images/portal-icons/course-info-icon.png'));
}
......@@ -200,7 +200,7 @@
margin-bottom: 15px;
img {
width: 100%;
width: 109px;
border: 1px solid $light-gray;
}
}
......@@ -422,7 +422,7 @@
p {
color: #222;
span {
font-weight: bold;
}
......@@ -489,7 +489,7 @@
font-family: "Open Sans", Verdana, Geneva, sans-serif;
background: #fffcf0;
border: 1px solid #ccc;
.message-copy {
margin: 0;
......
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