mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 20:57:28 +08:00
38 lines
543 B
CSS
38 lines
543 B
CSS
.dialog {
|
|
border: none;
|
|
box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
.buttons {
|
|
text-align: right;
|
|
margin: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.cancel, .confirm {
|
|
width: 48%;
|
|
}
|
|
|
|
.cancel {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.copy {
|
|
font-style: italic;
|
|
}
|
|
|
|
.close {
|
|
font-size: 20px;
|
|
line-height: 14px;
|
|
top: 10px;
|
|
right: 10px;
|
|
position: absolute;
|
|
display: block;
|
|
font-weight: bold;
|
|
color: #363636;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.close:hover {
|
|
color: #6b6b6b;
|
|
} |