forked from newthuhole/hole_thu_frontend
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.
19 lines
334 B
19 lines
334 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; |
|
} |
|
|
|
|