check-whitespace: normalize css files

This commit is contained in:
Andrej730
2026-09-14 11:45:16 +05:00
parent 3e88479277
commit f3013f29df
15 changed files with 58 additions and 63 deletions
@@ -48,4 +48,4 @@ text, tspan { /* 2.5mm */ fill: black; stroke: none; font-family: 'OpenGost Type
stroke: #000000;
stroke-width:.125;
fill: none; /* will be overriden if background color is set in .ods, or .xlsx */
}
}
@@ -24,4 +24,4 @@
border: 1px solid var(--blender-tab-outline, var(--border-color));
overflow-y: auto;
flex: 1;
}
}
@@ -8,15 +8,15 @@
align-items: center;
justify-content: flex-start;
}
.message span {
width: 80%;
}
.message .icon {
margin-right: 10px;
}
.message .close-button {
width: 24px;
height: 24px;
@@ -25,43 +25,43 @@
transition: background-color 0.3s, color 0.3s;
padding-left: 5px;
}
.message .close-button:hover {
background-color: #ffcccc;
}
.error {
color: red;
border: 1px solid red;
background-color: #ffe6e6;
}
.error .close-button {
color: red;
}
.error .close-button:hover {
color: darkred;
}
.success {
color: green;
border: 1px solid green;
background-color: #e6ffe6;
}
.success .close-button {
color: green;
}
.success .close-button:hover {
background-color: #ccffcc;
color: darkgreen;
}
.card {
margin: 10px;
}
.card-body {
height: 10vh;
}
}
@@ -281,9 +281,3 @@ i {
margin: 0;
margin-left: -5px;
}
@@ -342,4 +342,4 @@ footer p {
#explanation .page {
page-break-after: always;
}
}
@@ -293,4 +293,4 @@ button:focus {
a:not([href]):not([class]) {
text-decoration: none !important;
color: var(--blender-text, var(--nav-link-color));
} */
} */
@@ -89,4 +89,4 @@
:root.blender .tabulator-menu-item:hover {
filter: brightness(1.4);
}
}
@@ -169,4 +169,4 @@ h4 {
justify-content: space-between;
align-items: center;
margin-bottom: 1rem;
}
}