1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-02 13:24:20 +01:00
fab-manager/app/assets/stylesheets/modules/abuses.scss

31 lines
470 B
SCSS
Raw Normal View History

2019-05-21 11:57:44 +02:00
li.abuse {
list-style: none;
border: 1px solid #ddd;
border-radius: 2px;
2019-05-21 12:24:45 +02:00
margin-bottom: 2em;
2019-05-21 11:57:44 +02:00
.signaled {
background-color: #f5f5f5;
border-bottom: 1px solid #ddd;
padding: 1em;
2019-05-21 12:24:45 +02:00
position: relative;
button {
position: absolute;
right: 1em;
top: 0.5em;
}
2019-05-21 11:57:44 +02:00
}
.report {
padding: 2em;
cite {
display: block;
border-left: 4px solid #ddd;
padding-left: 1em;
margin-top: 1em;
}
}
}