2019-01-24 09:23:48 +01:00
|
|
|
.add-panel-widget-container {
|
2018-04-06 20:31:44 +03:00
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-24 09:23:48 +01:00
|
|
|
.add-panel-widget {
|
2017-12-01 20:11:55 +01:00
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-24 09:23:48 +01:00
|
|
|
.add-panel-widget__header {
|
2018-12-14 14:33:49 +01:00
|
|
|
top: 0;
|
|
|
|
|
position: absolute;
|
2018-02-21 14:51:28 +01:00
|
|
|
padding: 0 15px;
|
2017-12-01 20:11:55 +01:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2018-12-14 14:33:49 +01:00
|
|
|
width: 100%;
|
2018-12-14 17:39:33 +01:00
|
|
|
cursor: move;
|
|
|
|
|
|
2018-01-09 15:27:53 +01:00
|
|
|
.gicon {
|
2017-12-01 20:11:55 +01:00
|
|
|
font-size: 30px;
|
|
|
|
|
margin-right: $spacer;
|
|
|
|
|
}
|
2018-12-14 17:39:33 +01:00
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
transition: background-color 0.1s ease-in-out;
|
|
|
|
|
background-color: $panel-header-hover-bg;
|
|
|
|
|
}
|
2017-12-01 20:11:55 +01:00
|
|
|
}
|
|
|
|
|
|
2019-01-24 09:23:48 +01:00
|
|
|
.add-panel-widget__close {
|
2018-01-09 15:27:53 +01:00
|
|
|
margin-left: auto;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border: 0;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
margin-right: -10px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-24 09:23:48 +01:00
|
|
|
.add-panel-widget__btn-container {
|
2018-12-14 14:33:49 +01:00
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
height: 100%;
|
2018-12-14 17:39:33 +01:00
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
2018-12-14 14:33:49 +01:00
|
|
|
}
|