Files
freeCodeCamp/client/src/components/settings/honesty.css
2019-10-22 17:20:33 +05:30

19 lines
285 B
CSS

.honesty-panel p {
margin-left: 10px;
margin-right: 10px;
font-family: 'Lato', sans-serif;
}
.honesty-panel {
padding-top: 15px;
}
.honesty-policy .disabled-agreed p {
margin-top: 0;
margin-bottom: 0;
}
.honesty-panel .btn-invert {
color: var(--primary-background);
}