mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-11 22:01:07 -04:00
19 lines
285 B
CSS
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);
|
|
}
|