fix-delete-comment

This commit is contained in:
Rusovich Violetta
2025-08-22 12:32:28 +03:00
parent 476d5768bd
commit 20f7ee60e9
4 changed files with 2 additions and 29 deletions
+1 -10
View File
@@ -46,10 +46,6 @@
height: 24px; height: 24px;
} }
&:hover {
// background-color: $fab-hover-background-color;
}
&--focused { &--focused {
border-color: $fab-focused-border-color; border-color: $fab-focused-border-color;
border-width: $fab-focused-border-width; border-width: $fab-focused-border-width;
@@ -86,14 +82,9 @@
position: fixed; position: fixed;
bottom: 44px; bottom: 44px;
right: 0; right: 0;
// background-color: $color-background-medium;
background-color: transparent; background-color: transparent;
// border-radius: 12px;
padding: 1rem; padding: 1rem;
// border: 1px solid $color-border;
// min-width: 300px;
// box-shadow: $elevation-medium;
.icon-contained { .icon-contained {
display: inline-flex; display: inline-flex;
justify-content: center; justify-content: center;
+1 -15
View File
@@ -11,7 +11,7 @@
padding-top: $textfield-without-label-medium-text-margin-vertical; padding-top: $textfield-without-label-medium-text-margin-vertical;
padding-bottom: $textfield-without-label-medium-text-margin-vertical; padding-bottom: $textfield-without-label-medium-text-margin-vertical;
background-color: theme.$color-control-background; background-color: theme.$color-control-background;
border-radius: 12px; // globals.$size-border-radius-x6; border-radius: 12px;
&:hover { &:hover {
background-color: theme.$color-control-background-hover; background-color: theme.$color-control-background-hover;
@@ -23,20 +23,6 @@
box-shadow: none; box-shadow: none;
} }
// label
&--with-label {
// padding-top: $textfield-with-label-medium-text-margin-top;
// padding-bottom: $textfield-with-label-medium-text-margin-bottom;
}
&__label {
// padding-top: $textfield-medium-label-margin-top;
&.textfield__label--floated {
// padding-top: $textfield-medium-label-margin-top-floated;
}
}
// small // small
&--small { &--small {
height: globals.$size-control-height-small; height: globals.$size-control-height-small;
-3
View File
@@ -1,6 +1,3 @@
// @use "@beeline/design-tokens/scss/iconfont/iconfont" with (
// $font-path-iconfont: '../fonts/iconfont'
// );
@use '@beeline/design-tokens/scss/iconfont/icons'; @use '@beeline/design-tokens/scss/iconfont/icons';
@font-face { @font-face {
@@ -1,5 +1,4 @@
@use 'sass:map'; @use 'sass:map';
// @use "@beeline/design-tokens/scss/tokens/globals";
@use '@beeline/design-tokens/scss/tokens/themes/light'; @use '@beeline/design-tokens/scss/tokens/themes/light';
@use '@beeline/design-tokens/scss/tokens/themes/dark'; @use '@beeline/design-tokens/scss/tokens/themes/dark';