Skip to content
Snippets Groups Projects
Commit 0f5785a8 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

Revert "Biest #1375"

This reverts commit 7302021a.
parent df9040e3
No related branches found
No related tags found
No related merge requests found
blockquote {
background-color: $dark-gray-color-5;
border-left: 3px solid $base-color;
padding: 4px 10px;
margin: 0 0 8px;
color: black;
> .author {
margin-bottom: 4px;
color: black;
font-weight: 600;
}
blockquote {
background-color: white;
blockquote {
background-color: $dark-gray-color-5;
blockquote {
background-color: white;
}
}
}
}
\ No newline at end of file
...@@ -207,6 +207,9 @@ ...@@ -207,6 +207,9 @@
> .name { > .name {
display: none; display: none;
} }
blockquote {
background-color: rgba(255, 255, 255, 0.1);
}
} }
> .avatar { > .avatar {
display: none; display: none;
......
...@@ -108,6 +108,25 @@ ul + br, table + br { ...@@ -108,6 +108,25 @@ ul + br, table + br {
display: none; display: none;
} }
blockquote {
border-left: 3px solid @brand-color-lighter;
padding: 5px;
margin: 8px;
padding-left: 8px;
margin-left: 0px;
background-color: rgba(0,0,0,0.05);
> .author {
background-color: @brand-color-lighter;
padding: 4px;
margin-left: -10px;
padding-left: 15px;
margin-right: -5px;
color: white;
margin-top: -5px;
margin-bottom: 5px;
}
}
dd { margin-left: 1.5em; } dd { margin-left: 1.5em; }
input.placeholder { opacity: 0.7; } input.placeholder { opacity: 0.7; }
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
@import "scss/admin-courses"; @import "scss/admin-courses";
@import "scss/admission"; @import "scss/admission";
@import "scss/avatar"; @import "scss/avatar";
@import "scss/blockquote";
@import "scss/blubber"; @import "scss/blubber";
@import "scss/contentbar"; @import "scss/contentbar";
@import "scss/contents"; @import "scss/contents";
......
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