mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-06 19:00:52 -04:00
30 lines
432 B
CSS
30 lines
432 B
CSS
.honesty-panel p {
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.honesty-panel {
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.honesty-policy .agreed {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background-color: var(--quaternary-color);
|
|
color: #fff;
|
|
}
|
|
|
|
div .agreed p {
|
|
color: white;
|
|
}
|
|
|
|
.honesty-policy .agreed p {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.honesty-panel .btn-invert {
|
|
color: var(--primary-background);
|
|
}
|