11 lines
167 B
CSS
11 lines
167 B
CSS
.sub-input{
|
|
padding: 10px;
|
|
border-radius: 5px 0 0 5px;
|
|
border: none;
|
|
}
|
|
|
|
.sub-button{
|
|
padding: 10px;
|
|
border-radius: 0 5px 5px 0;
|
|
border: none;
|
|
} |