1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 01:25:17 +01:00
onion/sass/ascribe_piece_list_bulk_modal.scss
ddejongh a51c27fb9f loan form styled,
overlay styled
2015-06-02 18:43:37 +02:00

20 lines
496 B
SCSS

.ascribe-piece-list-bulk-modal {
position: fixed;
top:0;
width:1170px;
height:6em;
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;
z-index:1041; // between overlay and modal
}
.piece-list-bulk-modal-clear-all {
text-decoration: underline;
cursor:pointer;
}