Penambahan FrontEnd All-New-Manufacture
This commit is contained in:
30
public/scss/components/uc/_uc-ticker.scss
Normal file
30
public/scss/components/uc/_uc-ticker.scss
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
|
||||
.bootstrap-tagsinput {
|
||||
flex: 1;
|
||||
padding: 0;
|
||||
padding-#{$dlab-pos-left}: .5rem;
|
||||
border-radius: 0;
|
||||
border-color: $border;
|
||||
background-color: $white;
|
||||
width: 100%;
|
||||
|
||||
.tag {
|
||||
font-size: 0.875rem;
|
||||
background-color: var(--primary);
|
||||
border-radius: 0;
|
||||
align-items: center;
|
||||
border: 0.0625rem solid $border;
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
flex: 1;
|
||||
height: 2.1rem;
|
||||
border-radius: 0;
|
||||
border-color: $border;
|
||||
}
|
||||
|
||||
label{
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user