photo_server_json_flutter_c.../public/css/optionsSheet.css
2026-03-05 17:07:30 +01:00

26 lines
383 B
CSS

#optionsSheet .sheet-content {
padding: 20px;
}
#optionsSheet h3 {
margin-top: 20px;
margin-bottom: 10px;
font-size: 16px;
color: #444;
}
.sheet-btn {
width: 100%;
padding: 12px;
margin-bottom: 8px;
text-align: left;
background: #f5f5f5;
border: none;
border-radius: 8px;
font-size: 15px;
cursor: pointer;
}
.sheet-btn:hover {
background: #e8e8e8;
}