Skip to content
Snippets Groups Projects

#3405981: Update the node packages to latest release & update css/sass files.

Merged #3405981: Update the node packages to latest release & update css/sass files.
15 files
+ 30507
8595
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -83,7 +83,7 @@ a:hover,
@@ -83,7 +83,7 @@ a:hover,
font-family: "Material Icons";
font-family: "Material Icons";
font-size: 12px;
font-size: 12px;
font-weight: 100;
font-weight: 100;
content: 'keyboard_arrow_right';
content: "keyboard_arrow_right";
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}
}
@@ -193,10 +193,10 @@ th,
@@ -193,10 +193,10 @@ th,
.form-boolean--type-radio:checked:focus,
.form-boolean--type-radio:checked:focus,
.form-boolean--type-radio:checked:hover:focus {
.form-boolean--type-radio:checked:hover:focus {
box-shadow: inset 0 0 0 4px #ffffff, 0 0 0 5px #168ec488;
box-shadow: inset 0 0 0 4px #ffffff, 0 0 0 5px rgba(22, 142, 196, 0.5333333333);
background: #168ec4;
background: #168ec4;
border: 3px #168ec4;
border: 3px #168ec4;
-webkit-box-shadow: inset 0 0 0 4px #ffffff, 0 0 0 5px #168ec488;
-webkit-box-shadow: inset 0 0 0 4px #ffffff, 0 0 0 5px rgba(22, 142, 196, 0.5333333333);
}
}
.claro-details__summary::before {
.claro-details__summary::before {
@@ -237,7 +237,7 @@ tr:focus {
@@ -237,7 +237,7 @@ tr:focus {
}
}
.tablesort--asc,
.tablesort--asc,
[dir="rtl"] .tablesort--asc {
[dir=rtl] .tablesort--asc {
background: #168ec4;
background: #168ec4;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3E%3Cpath d='M 5 0.43945312 L 0.71875 4.71875 L 1.78125 5.78125 L 4.25 3.3125 L 4.25 11.25 L 5.75 11.25 L 5.75 3.3125 L 8.21875 5.78125 L 9.28125 4.71875 L 5 0.43945312 z' fill='%23004adc'/%3E%3C/svg%3E");
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3E%3Cpath d='M 5 0.43945312 L 0.71875 4.71875 L 1.78125 5.78125 L 4.25 3.3125 L 4.25 11.25 L 5.75 11.25 L 5.75 3.3125 L 8.21875 5.78125 L 9.28125 4.71875 L 5 0.43945312 z' fill='%23004adc'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3E%3Cpath d='M 5 0.43945312 L 0.71875 4.71875 L 1.78125 5.78125 L 4.25 3.3125 L 4.25 11.25 L 5.75 11.25 L 5.75 3.3125 L 8.21875 5.78125 L 9.28125 4.71875 L 5 0.43945312 z' fill='%23004adc'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3E%3Cpath d='M 5 0.43945312 L 0.71875 4.71875 L 1.78125 5.78125 L 4.25 3.3125 L 4.25 11.25 L 5.75 11.25 L 5.75 3.3125 L 8.21875 5.78125 L 9.28125 4.71875 L 5 0.43945312 z' fill='%23004adc'/%3E%3C/svg%3E");
Loading