Refactoring info tips

This commit is contained in:
Julia Radzhabova 2022-04-05 11:28:35 +03:00
parent bdcaf157a1
commit f4075fd6c8

View file

@ -195,7 +195,6 @@
top: 0;
left: 8px;
width: 16px;
.box-shadow(0 0 8px -1px rgba(0, 0, 0, 0.2));
}
}
}
@ -212,7 +211,6 @@
top: 0;
left: -8px;
width: 16px;
.box-shadow(0 4px 8px -1px rgba(0, 0, 0, 0.2));
}
}
}
@ -324,7 +322,6 @@
&:before {
top: -8px;
left: -8px;
.box-shadow(2px 2px 8px -1px rgba(0, 0, 0, 0.2));
}
&:after {
top: -6px;
@ -346,7 +343,6 @@
&:before {
top: 8px;
left: 8px;
.box-shadow(0 0 8px -1px rgba(0, 0, 0, 0.2));
}
&:after {
top: 6px;
@ -368,7 +364,6 @@
&:before {
top: 8px;
left: -8px;
.box-shadow(0 0 8px -1px rgba(0, 0, 0, 0.2));
}
&:after {
top: 6px;
@ -412,8 +407,6 @@
&:before {
bottom: -7px;
left: -7px;
//width: 15px;
.box-shadow(0 0 8px -1px rgba(0, 0, 0, 0.2));
}
&:after {
top: -2px;
@ -475,7 +468,6 @@
-o-transform: rotate(45deg);
transform: rotate(45deg);
.box-shadow(0 4px 8px -1px rgba(0, 0, 0, 0.2));
border: @scaled-one-px-value-ie solid @background-notification-popover-ie;
border: @scaled-one-px-value solid @background-notification-popover;
}