Skip to content
Snippets Groups Projects
Commit 94e6b047 authored by Maikel Koopman's avatar Maikel Koopman
Browse files

DS-3885 by maikelkoopman: cater for border radius in blue theme and theme settings

parent 3efe266d
No related branches found
No related tags found
No related merge requests found
.message__message-body {
border-radius: 5px;
}
@import 'settings';
.message__message-body {
border-radius: floor($card-border-radius / 2);;
}
\ No newline at end of file
......@@ -71,6 +71,8 @@ libraries-extend:
- socialblue/comment
socialbase/hero:
- socialblue/hero
socialbase/message:
- socialblue/message
socialbase/meta:
- socialblue/meta
socialbase/modal:
......
......@@ -156,6 +156,11 @@ hero:
theme:
assets/css/hero.css: {}
message:
css:
theme:
assets/css/message.css: {}
meta:
css:
theme:
......
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