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.
28 lines
597 B
28 lines
597 B
.rwmb-input-group {
|
|
display: flex;
|
|
align-items: stretch;
|
|
}
|
|
.rwmb-input-group-text {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 8px;
|
|
background: #f0f0f0;
|
|
border: 1px solid #7e8993;
|
|
border-radius: 4px;;
|
|
}
|
|
.rwmb-input-group-text:first-child,
|
|
.rwmb-input-group input:not(:last-child) {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.rwmb-input-group-text:last-child,
|
|
.rwmb-input-group input:not(:first-child) {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.rwmb-input-group input {
|
|
margin: 0;
|
|
}
|
|
.rwmb-input-group :not(:first-child) {
|
|
margin-left: -1px;
|
|
} |