@extend .button--small;
@include margin-bottom(5);
+ margin-right: 0;
+
+ }
+
+ &--black {
+
+ background: $color-black;
+
+ #{$module}__title {
+ color: white;
+ }
+ #{$module}__desc {
+ color: white;
+ }
+
+ }
+
+ &--yellow {
+
+ background: $color-main;
+
+ #{$module}__title {
+ color: $color-black;
+ }
+ #{$module}__desc {
+ color: $color-black;
+ }
+ #{$module}__button {
+ @extend .button--black;
+ }
}
{% load i18n mezzanine_tags %}
-<div class="brief-box">
- {{ content.content_object.style }}
-
+<div class="brief-box brief-box--{{ content.content_object.style }}">
+
<div class="brief-box__head">
{% trans 'Brief !' %}
</div>