mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
added search form
This commit is contained in:
parent
02885b89d5
commit
81c9a5d7b3
5 changed files with 52 additions and 57 deletions
|
@ -13,12 +13,8 @@
|
|||
background: $input_bg_color;
|
||||
|
||||
&::before {
|
||||
content: " ";
|
||||
background: linear-gradient(
|
||||
270deg,
|
||||
$input_bg_color $gap,
|
||||
transparentize($input_bg_color, 1)
|
||||
);
|
||||
content: ' ';
|
||||
background: linear-gradient(270deg, $input_bg_color $gap, transparentize($input_bg_color, 1));
|
||||
position: absolute;
|
||||
width: $gap * 2;
|
||||
height: $input_height;
|
||||
|
@ -98,7 +94,7 @@
|
|||
|
||||
&.required {
|
||||
&::after {
|
||||
content: " ";
|
||||
content: ' ';
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
border-radius: 3px;
|
||||
|
@ -261,11 +257,10 @@
|
|||
}
|
||||
|
||||
.title {
|
||||
font: $font;
|
||||
font: $font_16_semibold;
|
||||
position: absolute;
|
||||
left: 6px;
|
||||
// width: 100%;
|
||||
top: 12px;
|
||||
top: 10px;
|
||||
bottom: auto;
|
||||
padding: 0 4px;
|
||||
box-sizing: border-box;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue