mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 22:21:45 +08:00
15 lines
214 B
CSS
15 lines
214 B
CSS
.IgnoreUserWizard {
|
|
background-color: #2E343B;
|
|
color: white;
|
|
padding: 1em;
|
|
max-width: 220px;
|
|
}
|
|
|
|
.IgnoreUserWizard header {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.IgnoreUserWizard .textAlignRight {
|
|
text-align: right;
|
|
}
|