2016-07-07 09:17:50 +01:00
|
|
|
%tick-cross {
|
2017-03-15 12:50:45 +00:00
|
|
|
@include core-19;
|
2016-07-07 09:17:50 +01:00
|
|
|
display: inline-block;
|
|
|
|
|
background-size: 19px 19px;
|
|
|
|
|
background-repeat: no-repeat;
|
2017-08-17 14:30:53 +01:00
|
|
|
background-position: 0 6px;
|
|
|
|
|
padding: 6px 0 5px 25px;
|
2016-07-07 09:17:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tick-cross {
|
|
|
|
|
|
|
|
|
|
&-tick {
|
|
|
|
|
@extend %tick-cross;
|
|
|
|
|
background-image: file-url('tick.png');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-cross {
|
|
|
|
|
@extend %tick-cross;
|
|
|
|
|
color: $secondary-text-colour;
|
2020-09-09 15:09:05 +01:00
|
|
|
background-image: file-url('cross-grey.svg');
|
2016-07-07 09:17:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-list {
|
|
|
|
|
|
2017-08-17 14:30:53 +01:00
|
|
|
position: relative;
|
2016-07-07 09:17:50 +01:00
|
|
|
|
|
|
|
|
&-permissions {
|
|
|
|
|
|
2017-09-28 11:35:52 +01:00
|
|
|
margin-top: 5px;
|
2016-07-07 09:17:50 +01:00
|
|
|
|
|
|
|
|
li {
|
2017-08-17 14:30:53 +01:00
|
|
|
display: block;
|
2016-07-07 09:17:50 +01:00
|
|
|
margin-right: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2017-11-01 15:36:27 +00:00
|
|
|
&-hint {
|
|
|
|
|
color: #6F777B;
|
|
|
|
|
padding-top: 5px;
|
2020-08-19 14:52:17 +01:00
|
|
|
margin: 0;
|
2017-11-01 15:36:27 +00:00
|
|
|
}
|
|
|
|
|
|
2016-07-07 09:17:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|