2020-06-25 23:45:47 +03:00
|
|
|
.fullscreen-modal-portal-settings {
|
|
|
|
margin: 30px;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fullscreen-modal-portal-settings .modal-content {
|
|
|
|
position: relative;
|
|
|
|
overflow: scroll;
|
|
|
|
height: 100%;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fullscreen-modal-portal-settings .modal-body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-ps-header {
|
|
|
|
position: sticky;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin: 0;
|
|
|
|
padding: 18px 32px;
|
|
|
|
border-top-left-radius: 6px;
|
|
|
|
border-top-right-radius: 6px;
|
|
|
|
overflow: hidden;
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
background: var(--white);
|
|
|
|
z-index: 9999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-ps-header h2 {
|
|
|
|
width: calc(50vw - 200px);
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-ps-header-border {
|
|
|
|
border-bottom: 1px solid var(--whitegrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-ps-close {
|
|
|
|
width: calc(50vw - 200px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-ps-modal-body {
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2020-07-07 07:22:42 +03:00
|
|
|
}
|
|
|
|
|
2020-07-16 16:21:14 +03:00
|
|
|
.gh-show-modal-link-form .gh-input {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings-sidebar {
|
2020-07-16 17:37:54 +03:00
|
|
|
padding: 22px 28px 28px;
|
2020-07-16 16:21:14 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings-form {
|
|
|
|
min-width: 290px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings .form-group.space-l {
|
|
|
|
margin-bottom: 1.9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-setting-title {
|
|
|
|
font-size: 1.3rem;
|
|
|
|
font-weight: 600;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings .for-switch.small {
|
|
|
|
width: 36px !important;
|
|
|
|
height: 22px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-setting-sectionheading {
|
|
|
|
font-size: 1.2rem;
|
|
|
|
font-weight: 500;
|
|
|
|
color: var(--midlightgrey);
|
|
|
|
margin: 0 0 12px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 0.2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-setting-section {
|
|
|
|
margin: 12px -28px;
|
|
|
|
padding: 0 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-setting-section.divider-top {
|
|
|
|
border-top: 1px solid var(--whitegrey);
|
|
|
|
padding-top: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings .input-color input {
|
|
|
|
height: 30px;
|
|
|
|
width: 102px;
|
|
|
|
padding: 3px 4px 3px 44px;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings .input-color .color-box {
|
|
|
|
height: 28px;
|
|
|
|
width: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings .input-color::after {
|
|
|
|
top: 5px;
|
|
|
|
left: 34px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings .input-color input:focus + .color-box {
|
|
|
|
height: 26px;
|
|
|
|
width: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings .gh-select svg {
|
|
|
|
top: 19px;
|
|
|
|
right: 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings-main {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-grow: 1;
|
2020-07-16 17:37:54 +03:00
|
|
|
padding: 17px 28px 28px;
|
2020-07-16 16:21:14 +03:00
|
|
|
border-left: 1px solid var(--whitegrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings .modal-footer {
|
|
|
|
margin-top: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings-maintabs {
|
|
|
|
list-style: none;
|
|
|
|
list-style-type: none;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0;
|
2020-07-16 17:37:54 +03:00
|
|
|
margin: 4px 0 20px;
|
2020-07-16 16:21:14 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings-maintabs li {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings-maintabs li a {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 4px 12px;
|
|
|
|
margin: -4px 0;
|
2020-07-16 17:37:54 +03:00
|
|
|
font-weight: 500;
|
|
|
|
color: var(--midgrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings-maintabs li.active a {
|
|
|
|
color: var(--blue);
|
2020-07-16 16:21:14 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings-maintabs li:first-of-type a {
|
|
|
|
margin-left: -12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings-icons {
|
|
|
|
display: flex;
|
|
|
|
flex-grow: 1;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: flex-start;
|
|
|
|
border-right: 1px solid var(--lightgrey);
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
2020-07-07 07:22:42 +03:00
|
|
|
.gh-portal-button-icon {
|
2020-07-16 16:21:14 +03:00
|
|
|
display: inline-block;
|
2020-07-07 07:22:42 +03:00
|
|
|
cursor: pointer;
|
2020-07-16 16:21:14 +03:00
|
|
|
width: 41px;
|
|
|
|
height: 41px;
|
|
|
|
padding: 10px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 22px 22px;
|
|
|
|
background-position: center;
|
|
|
|
border-radius: 2px;
|
|
|
|
margin: 2px 3px 2px;
|
2020-07-07 07:22:42 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-button-icon:hover {
|
2020-07-16 16:21:14 +03:00
|
|
|
box-shadow: 0px 0px 0px 1px color-mod(var(--blue) a(40%));
|
2020-07-07 07:22:42 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-button-icon.selected-icon {
|
2020-07-16 16:21:14 +03:00
|
|
|
box-shadow: 0px 0px 0px 2px var(--blue);
|
2020-07-07 07:22:42 +03:00
|
|
|
}
|
|
|
|
|
2020-07-16 16:21:14 +03:00
|
|
|
.gh-portal-button-icon svg {
|
|
|
|
fill: var(--midlightgrey-d1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-button-icon.selected-icon svg {
|
|
|
|
fill: var(--blue);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-button-uploadicon,
|
|
|
|
.gh-portal-button-uploadicon:hover,
|
|
|
|
.gh-portal-button-uploadicon:focus {
|
|
|
|
height: 44px;
|
|
|
|
width: 46px;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-button-uploadicon span {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-button-uploadicon span svg {
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-button-uploadicon:hover span svg {
|
|
|
|
fill: var(--darkgrey);
|
2020-07-16 17:01:39 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-setting-copy {
|
|
|
|
position: absolute;
|
2020-07-16 17:37:54 +03:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2020-07-16 17:01:39 +03:00
|
|
|
top: 2px;
|
|
|
|
right: 2px;
|
|
|
|
height: 34px;
|
|
|
|
padding: 3px 8px 5px 9px;
|
|
|
|
border-radius: 2px;
|
|
|
|
background: var(--white);
|
|
|
|
border: 1px solid var(--whitegrey);
|
2020-07-16 17:51:45 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-siteiframe {
|
|
|
|
border-radius: 5px;
|
2020-07-16 17:55:00 +03:00
|
|
|
border: 1px solid var(--whitegrey);
|
2020-07-16 17:51:45 +03:00
|
|
|
transform: scale(0.9) !important;
|
|
|
|
transform-origin: 0 0;
|
|
|
|
width: calc((1 / 0.9) * 100%) !important;
|
|
|
|
height: calc((1 / 0.9) * 100%) !important;
|
2020-06-25 23:45:47 +03:00
|
|
|
}
|