15 lines
263 B
CSS
15 lines
263 B
CSS
.main-content{
|
|
border: 0 !important;
|
|
}
|
|
.multiselect .caret{
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 12px;
|
|
margin-top: -3px;
|
|
width: unset !important;
|
|
text-align: center;
|
|
}
|
|
|
|
#univ-dest-div .multiselect{
|
|
text-align: center !important;
|
|
} |