mirror of
https://github.com/ascribe/onion.git
synced 2024-11-14 17:15:08 +01:00
30 lines
612 B
SCSS
30 lines
612 B
SCSS
.ascribe-piece-list-bulk-modal {
|
|
position: fixed;
|
|
top:0;
|
|
left: 3%;
|
|
width:94%;
|
|
|
|
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:1000;
|
|
|
|
padding-bottom: 1em;
|
|
}
|
|
|
|
@media(min-width:1174px){
|
|
.ascribe-piece-list-bulk-modal {
|
|
left: auto;
|
|
max-width: 1174px;
|
|
}
|
|
}
|
|
|
|
.piece-list-bulk-modal-clear-all {
|
|
text-decoration: underline;
|
|
cursor:pointer;
|
|
} |