mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 23:58:38 +08:00
73 lines
979 B
CSS
73 lines
979 B
CSS
.close {
|
|
font-size: 20px;
|
|
line-height: 14px;
|
|
top: 10px;
|
|
right: 10px;
|
|
position: absolute;
|
|
display: block;
|
|
font-weight: bold;
|
|
color: #363636;
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
color: #6b6b6b;
|
|
}
|
|
}
|
|
|
|
.title {
|
|
font-size: 1.3em;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.description {
|
|
font-size: 1em;
|
|
line-height: 20px;
|
|
margin: 0;
|
|
}
|
|
|
|
.item {
|
|
display: block;
|
|
color: #4C4C4D;
|
|
font-size: 1em;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.bottomNote {
|
|
font-size: 0.9em;
|
|
line-height: 20px;
|
|
padding-top: 10px;
|
|
display: block;
|
|
}
|
|
|
|
.bottomActions {
|
|
text-align: right;
|
|
}
|
|
|
|
.usernamesChange {
|
|
margin: 18px 0;
|
|
}
|
|
|
|
.cancel {
|
|
border: 1px solid #787d80;
|
|
background-color: transparent;
|
|
height: 30px;
|
|
font-size: 0.9em;
|
|
line-height: normal;
|
|
|
|
&:hover {
|
|
background-color: #eaeaea;
|
|
}
|
|
}
|
|
|
|
.confirmChanges {
|
|
background-color: #3498DB;
|
|
border-color: #3498DB;
|
|
color: white;
|
|
height: 30px;
|
|
font-size: 0.9em;
|
|
|
|
&:hover {
|
|
background-color: #3ba3ec;
|
|
color: white;
|
|
}
|
|
} |