made reviewed changes
This commit is contained in:
parent
ee01114cb9
commit
162d6e7dde
2 changed files with 5 additions and 4 deletions
|
@ -12,6 +12,7 @@
|
||||||
"order/declaration-block-properties-alphabetical-order": true,
|
"order/declaration-block-properties-alphabetical-order": true,
|
||||||
"property-blacklist": [
|
"property-blacklist": [
|
||||||
"/(min[-]|max[-])height/",
|
"/(min[-]|max[-])height/",
|
||||||
|
"/width/",
|
||||||
"/top/",
|
"/top/",
|
||||||
"/bottom/",
|
"/bottom/",
|
||||||
"padding",
|
"padding",
|
||||||
|
|
|
@ -470,7 +470,7 @@ manage things like container crud */
|
||||||
inline-size: var(--inline-button-size);
|
inline-size: var(--inline-button-size);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
width: 200px;
|
inline-size: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container-panel #sort-containers-link:hover,
|
#container-panel #sort-containers-link:hover,
|
||||||
|
@ -495,7 +495,7 @@ manage things like container crud */
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
width: 100px;
|
inline-size: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
span ~ .panel-header-text {
|
span ~ .panel-header-text {
|
||||||
|
@ -816,7 +816,7 @@ span ~ .panel-header-text {
|
||||||
}
|
}
|
||||||
|
|
||||||
.radio-search > .radio-container > [type="radio"] {
|
.radio-search > .radio-container > [type="radio"] {
|
||||||
width: 40px;
|
inline-size: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#edit-sites-assigned {
|
#edit-sites-assigned {
|
||||||
|
@ -951,7 +951,7 @@ span ~ .panel-header-text {
|
||||||
padding-block-start: 5px;
|
padding-block-start: 5px;
|
||||||
padding-inline-end: 5px;
|
padding-inline-end: 5px;
|
||||||
padding-inline-start: 5px;
|
padding-inline-start: 5px;
|
||||||
width: 200px;
|
inline-size: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-container-panel legend {
|
.edit-container-panel legend {
|
||||||
|
|
Loading…
Add table
Reference in a new issue