stacker.news/styles/post.module.css

20 lines
333 B
CSS
Raw Normal View History

2022-02-17 17:23:43 +00:00
.close {
cursor: pointer;
display: flex;
margin-left: auto;
padding-top: 1rem;
padding-right: 1.5rem;
font-family: 'lightning';
font-size: 150%;
}
.close:hover {
opacity: 0.7;
2022-03-07 21:50:13 +00:00
}
.inlineCheckGroup {
margin-left: .5rem;
display: flex;
flex-direction: column;
justify-content: center;
2022-02-17 17:23:43 +00:00
}