onion/sass/ascribe_piece_list_bulk_mod...

29 lines
585 B
SCSS
Raw Normal View History

.ascribe-piece-list-bulk-modal {
2015-06-01 15:12:31 +02:00
position: fixed;
top:0;
2015-07-01 10:10:57 +02:00
left: 3%;
width:94%;
2015-07-01 10:53:40 +02:00
2015-06-01 15:12:31 +02:00
background-color: #FAFAFA;
border-left: 0.1em solid #E0E0E0;
border-right: 0.1em solid #E0E0E0;
border-top: 0.1em solid #E0E0E0;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom: 0.2em solid #E0E0E0;
2015-06-04 16:13:10 +02:00
z-index:1000;
2015-07-01 10:10:57 +02:00
padding-bottom: 1em;
}
@media(min-width:1174px){
.ascribe-piece-list-bulk-modal {
left: auto;
}
2015-06-01 15:12:31 +02:00
}
.piece-list-bulk-modal-clear-all {
2015-06-01 15:12:31 +02:00
text-decoration: underline;
cursor:pointer;
}