Files
talk/plugins/talk-plugin-auth-checkbox/client/components/TermsAndConditionsField.css
T
2018-03-29 13:27:35 -03:00

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;
}