Headless CMS and Content Managment Hub
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

51 lines
827 B

$circle-size: 2rem;
h3 {
margin: 0;
}
.section {
margin-bottom: .8rem;
}
.card {
&-header {
padding-bottom: 1rem;
padding-top: 1rem;
}
&-body {
background: $color-border;
font-family: monospace;
font-size: .9rem;
max-height: 400px;
min-height: 300px;
overflow-y: scroll;
}
}
%default-color {
color: $color-white;
}
.restore {
&-status {
@include circle-icon($circle-size);
background: $color-border;
&-failed {
@extend %default-color;
background: $color-theme-error;
}
&-success {
@extend %default-color;
background: $color-theme-green;
}
}
&-url {
@include truncate;
line-height: $circle-size;
}
}