Remove "application.scss"
This commit is contained in:
parent
834f8305df
commit
ee0ed09468
|
@ -7,5 +7,4 @@
|
||||||
// COMPONENTS
|
// COMPONENTS
|
||||||
@use 'components/compose-form';
|
@use 'components/compose-form';
|
||||||
@use 'components/status';
|
@use 'components/status';
|
||||||
@use 'components/search';
|
|
||||||
@use 'components/icon';
|
@use 'components/icon';
|
||||||
|
|
|
@ -1,44 +0,0 @@
|
||||||
.search {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.search__icon {
|
|
||||||
&::-moz-focus-inner {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::-moz-focus-inner,
|
|
||||||
&:focus {
|
|
||||||
outline: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.svg-icon {
|
|
||||||
@apply right-4 rtl:left-4 rtl:right-auto text-gray-400;
|
|
||||||
font-size: 16px;
|
|
||||||
cursor: default;
|
|
||||||
display: inline-block;
|
|
||||||
position: absolute;
|
|
||||||
top: 50%;
|
|
||||||
transform: translateY(-50%);
|
|
||||||
z-index: 2;
|
|
||||||
width: 18px;
|
|
||||||
height: 18px;
|
|
||||||
opacity: 0;
|
|
||||||
pointer-events: none;
|
|
||||||
|
|
||||||
&.active {
|
|
||||||
pointer-events: auto;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.svg-icon--search.active {
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.svg-icon--backspace {
|
|
||||||
cursor: pointer;
|
|
||||||
width: 22px;
|
|
||||||
height: 22px;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue