onion/sass/ascribe_piece_list_bulk_mod...

28 lines
606 B
SCSS
Raw Normal View History

.ascribe-piece-list-bulk-modal {
2015-08-31 19:04:44 +02:00
background-color: #fafafa;
border-bottom: .2em solid #e0e0e0;
2015-06-01 15:12:31 +02:00
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
2015-08-31 19:04:44 +02:00
border-left: .1em solid #e0e0e0;
border-right: .1em solid #e0e0e0;
border-top: .1em solid #e0e0e0;
left: 3%;
2015-07-01 10:10:57 +02:00
padding-bottom: 1em;
2015-08-31 19:04:44 +02:00
position: fixed;
top: 0;
width: 94%;
z-index: 1000;
2015-07-01 10:10:57 +02:00
}
@media(min-width:1174px){
.ascribe-piece-list-bulk-modal {
left: auto;
2015-07-01 10:54:51 +02:00
max-width: 1174px;
2015-07-01 10:10:57 +02:00
}
2015-06-01 15:12:31 +02:00
}
.piece-list-bulk-modal-clear-all {
2015-08-31 19:04:44 +02:00
cursor: pointer;
2015-06-01 15:12:31 +02:00
text-decoration: underline;
2015-08-31 19:04:44 +02:00
}