26 lines
383 B
CSS
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;
|
|
}
|