mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 01:44:43 +08:00
13 lines
145 B
CSS
13 lines
145 B
CSS
.link {
|
|
color: #2c69b6;
|
|
cursor: pointer;
|
|
margin: 0 3px;
|
|
|
|
&:last-child {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
.fieldContainer {
|
|
padding: 5px 0;
|
|
} |