Files
freeCodeCamp/client/src/components/settings/honesty.css
2019-01-28 12:02:45 +00:00

34 lines
510 B
CSS

.honesty-panel p {
margin-left: 10px;
margin-right: 10px;
}
.honesty-panel {
padding-top: 15px;
}
.honesty-panel .agreed {
display: flex;
justify-content: center;
align-items: center;
height: 40px;
background-color: rgba(0, 100, 0, 0.8);
color: #fff;
border-color: #006400;
margin-bottom: 0px;
}
.honesty-panel .agreed p {
margin-top: 0;
margin-bottom: 0;
}
.night .honesty-panel {
color: #333333;
background-color: #cccccc;
}
.night .honesty-panel a {
color: darkgreen;
}