Skip to content
Snippets Groups Projects
Commit b417002a authored by Carlos Andrés Rocha's avatar Carlos Andrés Rocha
Browse files

Fix image size of news images on the student dashboard

[#39472239]
parent 8df425e5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment