2021-07-21 19:48:38 +08:00
|
|
|
// scss-lint:disable SelectorDepth SelectorFormat QualifyingElement
|
|
|
|
// scss-lint:disable NestingDepth ImportantRule
|
|
|
|
|
2020-07-13 20:51:51 +08:00
|
|
|
.user-account-addons {
|
|
|
|
.content-pane {
|
|
|
|
margin: 0;
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addons-title {
|
|
|
|
border-bottom: $border-tertiary;
|
2021-08-16 16:51:46 +08:00
|
|
|
margin-bottom: 0;
|
2020-07-13 20:51:51 +08:00
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
2021-07-21 19:48:38 +08:00
|
|
|
|
2021-08-16 16:51:46 +08:00
|
|
|
.addons-subtitle {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
|
2021-07-21 19:48:38 +08:00
|
|
|
.printers-container {
|
2022-08-04 17:14:35 +08:00
|
|
|
margin-bottom: 1em;
|
|
|
|
|
2021-07-21 19:48:38 +08:00
|
|
|
.printer {
|
|
|
|
border: $border-default;
|
|
|
|
padding: 1em;
|
|
|
|
|
|
|
|
.header {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
margin-bottom: .5em;
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2021-08-02 21:38:37 +08:00
|
|
|
.control {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
2021-07-21 19:48:38 +08:00
|
|
|
.status {
|
|
|
|
border: $border-default;
|
|
|
|
color: $color-silver-chalice;
|
|
|
|
margin-left: .5em;
|
|
|
|
margin-right: auto;
|
|
|
|
padding: .25em;
|
|
|
|
|
|
|
|
&[data-ready="true"] {
|
|
|
|
background: $brand-success;
|
|
|
|
border-color: $brand-success;
|
|
|
|
color: $color-white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.fas-check {
|
|
|
|
margin-left: .25em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
|
|
|
margin-bottom: .5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-07-13 20:51:51 +08:00
|
|
|
}
|