mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 18:11:05 +08:00
18 lines
200 B
CSS
18 lines
200 B
CSS
.link {
|
|
color: #2c69b6;
|
|
cursor: pointer;
|
|
margin: 0 3px;
|
|
|
|
&:last-child {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
.fieldContainer {
|
|
padding: 10px 0;
|
|
display: flex;
|
|
}
|
|
|
|
.textLabel {
|
|
padding-left: 10px;
|
|
} |