2018-03-25 18:22:59 +00:00
|
|
|
/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */
|
2018-03-25 17:30:42 +00:00
|
|
|
@import 'mixins';
|
|
|
|
|
|
|
|
.legend > * {
|
|
|
|
border: 1px solid white;
|
|
|
|
border-left: 12px solid white;
|
|
|
|
background: white;
|
|
|
|
font-size: 12px;
|
|
|
|
display: inline-block;
|
|
|
|
line-height: 1;
|
|
|
|
margin: 7px 5px 0;
|
|
|
|
padding: 3px 5px;
|
|
|
|
@include opacity(0.9);
|
|
|
|
}
|