Drop bootstrap .well and .pull-left

Reduce bootstrap .pull-right usage
This commit is contained in:
djmaze 2021-11-09 00:53:42 +01:00
parent d64cfb96ad
commit 99c72ad9e6
29 changed files with 348 additions and 391 deletions

View file

@ -59,25 +59,3 @@ label.inline, span.inline {
}
}
}
.close-input-wrp {
display: inline-block;
position: relative;
input {
padding-right: 15px;
}
.close {
position: absolute;
right: 0;
top: 5px;
margin: 0 7px;
z-index: 100;
vertical-align: middle;
opacity: .4;
&:hover {
opacity: .6;
}
}
}