2025-05-10 02:09:06 +02:00
|
|
|
/*!
|
|
|
|
* Copyright (c) 2024 PLANKA Software GmbH
|
|
|
|
* Licensed under the Fair Use License: https://github.com/plankanban/planka/blob/master/LICENSE.md
|
|
|
|
*/
|
|
|
|
|
2025-06-07 14:44:45 +03:00
|
|
|
.closeButton {
|
2019-08-31 04:07:25 +05:00
|
|
|
background: transparent !important;
|
|
|
|
box-shadow: none !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 10px 12px 10px 8px !important;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 40px;
|
|
|
|
z-index: 2000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrapper {
|
|
|
|
border-radius: 3px !important;
|
|
|
|
border-width: 0 !important;
|
|
|
|
box-shadow: 0 8px 16px -4px rgba(9, 45, 66, 0.25),
|
|
|
|
0 0 0 1px rgba(9, 45, 66, 0.08) !important;
|
|
|
|
margin-top: 6px !important;
|
2019-10-03 20:07:41 +05:00
|
|
|
max-height: calc(100% - 70px);
|
2019-08-31 04:07:25 +05:00
|
|
|
padding: 0 12px 12px !important;
|
|
|
|
width: 304px;
|
|
|
|
}
|