Files
myDrive/src/styles/components/_UploadSwitcher.scss
T
2020-11-23 21:51:08 -05:00

21 lines
406 B
SCSS

.upload-switcher__select {
background: none;
border: none;
-moz-appearance: none;
-webkit-appearance: none;
color: #5f6368;
font-size: 19px;
outline: none;
font-weight: 500;
padding-left: 3px;
padding-right: 4px;
}
.upload-switcher__wrapper {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 28px;
}