This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/styles/theme/link-share.scss

46 lines
700 B
SCSS
Raw Normal View History

.field.has-addons.no-input-mobile {
.control:first-child {
width: 100%;
2021-10-18 12:33:52 +00:00
@media screen and (max-width: $tablet) {
display: none;
}
}
.button {
height: 40px;
2020-02-09 16:54:02 +00:00
2021-10-18 12:33:52 +00:00
@media screen and (max-width: $tablet) {
border-radius: $radius !important;
}
2020-02-09 16:54:02 +00:00
}
}
.link-share-container {
&.project\.gantt-view,
&.project\.kanban-view {
.container {
max-width: 100vw;
.column {
width: 100%;
margin: 0;
}
}
}
}
.link-share-container:not(.has-background) {
.list-view {
max-width: 100%;
}
2021-10-18 12:33:52 +00:00
.loader-container, .gantt-chart-container > .card {
box-shadow: none !important;
border: none;
2021-10-18 12:33:52 +00:00
.task-add {
padding: 1rem 0 0;
}
}
2021-10-18 12:33:52 +00:00
}