2020-11-25 01:44:40 +08:00
|
|
|
.ExtensionPage {
|
2021-04-29 23:31:37 +08:00
|
|
|
&-header {
|
2020-11-25 01:44:40 +08:00
|
|
|
.helpText {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2021-04-29 23:31:37 +08:00
|
|
|
|
|
|
|
&Items {
|
|
|
|
padding: 15px 0;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
.Checkbox {
|
|
|
|
margin: 5px 0 0 0;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Checkbox.off {
|
|
|
|
.Checkbox-display {
|
|
|
|
background: @muted-more-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-11-25 01:44:40 +08:00
|
|
|
}
|
|
|
|
|
2021-04-29 23:31:37 +08:00
|
|
|
&-header,
|
|
|
|
&-permissions-header {
|
2020-11-25 01:44:40 +08:00
|
|
|
background: @control-bg;
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
color: @muted-color;
|
|
|
|
|
|
|
|
span {
|
|
|
|
font-size: 13px;
|
|
|
|
color: @muted-color;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.Button-icon {
|
|
|
|
display: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
> li {
|
|
|
|
display: inline;
|
|
|
|
color: @muted-color;
|
|
|
|
margin-left: 13px;
|
|
|
|
|
|
|
|
|
|
|
|
> a {
|
|
|
|
color: @muted-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .icon {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ExtensionIcon {
|
2021-08-22 02:34:07 +08:00
|
|
|
--size: 30px;
|
2020-11-25 01:44:40 +08:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2021-04-29 23:31:37 +08:00
|
|
|
&TopItems {
|
2020-11-25 01:44:40 +08:00
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: @screen-phone-max) {
|
2021-04-29 23:31:37 +08:00
|
|
|
&TopItems {
|
2020-11-25 01:44:40 +08:00
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-website, .item-source, .item-documentation {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-04-29 23:31:37 +08:00
|
|
|
&-settings, &-permissions {
|
2020-12-08 04:14:22 +08:00
|
|
|
.ExtensionPage-subHeader {
|
|
|
|
margin: 5px 0px;
|
|
|
|
}
|
|
|
|
}
|
2020-11-25 01:44:40 +08:00
|
|
|
|
2021-04-29 23:31:37 +08:00
|
|
|
&-settings {
|
2020-11-25 01:44:40 +08:00
|
|
|
margin-top: 20px;
|
|
|
|
padding: 10px 0;
|
|
|
|
|
|
|
|
input {
|
|
|
|
max-width: 400px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-04-29 23:31:37 +08:00
|
|
|
&-subHeader {
|
2020-11-25 01:44:40 +08:00
|
|
|
color: @muted-color;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2021-04-29 23:31:37 +08:00
|
|
|
&-permissions {
|
2021-02-19 07:45:43 +08:00
|
|
|
.PermissionGrid-removeScope {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .container {
|
|
|
|
overflow-x: auto;
|
|
|
|
padding-bottom: 25vh;
|
2020-11-25 01:44:40 +08:00
|
|
|
}
|
|
|
|
|
2021-04-29 23:31:37 +08:00
|
|
|
&-header {
|
2020-11-25 01:44:40 +08:00
|
|
|
margin: 20px 0 20px;
|
|
|
|
padding: 5px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-04-29 23:31:37 +08:00
|
|
|
|
2021-08-22 02:34:07 +08:00
|
|
|
.ExtensionTitle {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
margin: 20px 0 15px;
|
|
|
|
}
|
|
|
|
|
2021-04-29 23:31:37 +08:00
|
|
|
.ExtensionInfo {
|
|
|
|
margin-left: auto;
|
|
|
|
|
|
|
|
.item-authors {
|
|
|
|
a {
|
|
|
|
color: @muted-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ExtensionName {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|