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.
34 lines
410 B
34 lines
410 B
@import "../../Shared/Styles/clickable.less";
|
|
|
|
.download-client-list {
|
|
li {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
|
|
.download-client-item {
|
|
|
|
.clickable;
|
|
|
|
width: 290px;
|
|
height: 90px;
|
|
padding: 10px 15px;
|
|
|
|
&.add-card {
|
|
.center {
|
|
margin-top: -3px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.modal-overflow {
|
|
overflow-y: visible;
|
|
}
|
|
|
|
.add-download-client {
|
|
li.add-thingy-item {
|
|
width: 33%;
|
|
}
|
|
}
|