5 667
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 53: | Linha 53: | ||
} | } | ||
.input-group { | |||
position: relative; | |||
border: none; | margin: 15px 0; | ||
} | |||
.mapsCalc__select { | |||
width: 100%; | |||
padding: 10px; | |||
font-size: 16px; | |||
border-radius: 5px; | |||
border: 1px solid #ccc; | |||
appearance: none; | |||
background-color: white; | |||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
.mapsCalc__label { | |||
position: absolute; | |||
top: -12px; | |||
left: 12px; | |||
background: white; | |||
padding: 0 5px; | |||
font-size: 14px; | |||
color: #999; | |||
} | } | ||
</style> | </style> |