You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
458 B
26 lines
458 B
.input-prepend { |
|
display: inline-block; |
|
background-color: #c9cccf; |
|
border: 1px solid #ced4da; |
|
height: 28px; |
|
padding: 3px; |
|
vertical-align: top; |
|
} |
|
|
|
.input-suf { |
|
border-top-left-radius: 0; |
|
border-bottom-left-radius: 0; |
|
width: 90px; |
|
height: 28px; |
|
border: 1px solid #ced4da; |
|
vertical-align: top; |
|
padding: 3px; |
|
} |
|
|
|
.admin-card { |
|
display: inline-block; |
|
background: #3332; |
|
margin-left: 7px; |
|
padding: 1px 5px; |
|
border-radius: 5px; |
|
}
|
|
|