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.
 
 
 
 
 

78 lines
1.3 KiB

@import '_vars';
@import '_mixins';
.breadcrumb {
& {
margin-bottom: 2rem;
background: none;
border: 1px solid $color-border;
}
&-item {
i {
display: none;
}
&::before {
color: darken($color-border, 10%);
}
&-done {
color: $color-theme-green;
a {
color: $color-theme-green !important;
}
i {
display: inline-block;
}
}
}
}
.badge {
@include circle(1.2rem);
margin-right: .25rem;
font-size: 80%;
padding-left: 0;
padding-right: 0;
vertical-align: top;
}
.section {
margin-top: 2rem;
p {
padding-left: 1.75rem;
}
}
.option {
@include border-radius;
cursor: pointer;
background: none;
border: 1px solid $color-border;
padding: 1rem;
position: relative;
margin-top: .5rem;
&:hover {
border-color: darken($color-border, 10%);
}
i {
@include absolute(1.6rem, 1rem, auto, auto);
font-size: 1.8rem;
font-weight: 300;
color: $color-border;
}
}
.access-token {
height: 10rem;
font-size: 1rem;
font-weight: normal;
font-family: monospace;
resize: none;
}