1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 13:52:56 +02:00

feat(admin-plugin): add new field - tags #186

This commit is contained in:
Awilum
2019-09-03 12:26:53 +03:00
parent 65bf8db068
commit bccae2e96c

View File

@@ -53,3 +53,39 @@
.tempusdominus-bootstrap-4 .btn:hover > span {
background: transparent!important;
}
.bootstrap-tagsinput {
background-color: #fff;
border: 1px solid #dbdbdc;
color: #424243;
border-radius: 4px;
font-size: .875rem;
padding: 8px 12px;
height: 40px;
box-shadow: none;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
content: "x";
padding: 3px 5px;
margin-right: -9px;
margin-left: 4px;
color: #424243;
background: #ced4da;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
cursor: pointer;
}
.bootstrap-tagsinput > input {
border: none;
}
.bootstrap-tagsinput .tag {
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: .25rem;
padding: 3px 8px 3px 3px;
}