You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
626 B

6 years ago
.map {
display: flex;
flex-flow: column;
height: 100%;
min-height: 600px;
}
.discord-control {
bottom: 0.5rem;
left: 0.5rem;
}
.discord-control button {
width: auto;
padding: 0.5rem;
font-size: 90%;
}
.edit-control {
bottom: 2rem;
6 years ago
left: 0.5em;
}
.edit-control button:before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 80%;
content: '\f044';
6 years ago
}
.remove-control {
bottom: 2rem;
left: 2.5rem;
}
.remove-control button:before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 80%;
content: '\f1f8';
6 years ago
}