helpcenter/Web/css/mobile.less

979 lines
24 KiB
Plaintext
Raw Normal View History

2016-08-29 13:51:20 +00:00
@import "base.less";
2020-12-01 13:20:07 +00:00
@mobileWidth: calc(~"100% - 32px");
2016-08-29 13:51:20 +00:00
2020-12-01 13:20:07 +00:00
@media screen and (max-width: 1190px) {
2020-12-30 11:42:32 +00:00
2016-08-29 13:51:20 +00:00
html {
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
height: 100%;
}
body {
margin: 0;
min-width: 100px;
padding: 0;
width: @mobileDefaultWidth;
}
2020-12-01 13:20:07 +00:00
.MainHelpCenter {
2020-12-30 11:21:19 +00:00
width: 100%;
2021-03-23 11:53:06 +00:00
2021-03-23 13:55:39 +00:00
div.notehelp {
margin-right: 5%;
2021-03-23 11:53:06 +00:00
}
2021-03-24 09:48:58 +00:00
.notehelp {
margin-right: 15%;
2021-03-23 11:53:06 +00:00
}
p.note {
padding: 10px 60px 10px 45px;
2021-03-24 09:48:58 +00:00
margin-right: 15%;
}
2021-03-23 11:53:06 +00:00
}
2020-12-09 07:58:35 +00:00
.style_help_center {
width: 100%;
}
2021-02-24 08:36:05 +00:00
.mobile_table_contents {
background-color: @mobileMenuColor;
color: #333;
cursor: pointer;
display: block;
display: block;
font-size: 14px;
font-weight: 700;
height: 40px;
left: 0;
padding: 0;
position: fixed;
top: 60px;
width: @mobileDefaultWidth;
z-index: 999;
&:after {
background: url(/images/main-page/Search.svg) no-repeat 50% 50%;
border-left: 1px solid #d9d9d9;
content: '';
2020-12-09 07:58:35 +00:00
display: block;
2021-02-24 08:36:05 +00:00
height: 26px;
position: absolute;
right: 0;
top: 7px;
width: 72px;
}
span {
display: inline-block;
margin-top: 7px;
padding: 6px 30px 6px 20px;
position: relative;
text-align: left;
overflow-x: hidden;
white-space: nowrap;
max-width: 65%;
text-overflow: ellipsis;
2016-08-29 13:51:20 +00:00
&:after {
2021-02-24 08:36:05 +00:00
background: url(/images/buttons.png) -4px -74px no-repeat;
2016-08-29 13:51:20 +00:00
content: '';
display: block;
2021-02-24 08:36:05 +00:00
height: 20px;
2016-08-29 13:51:20 +00:00
position: absolute;
2021-02-24 08:36:05 +00:00
right: 3px;
top: 3px;
width: 20px;
2016-08-29 13:51:20 +00:00
}
}
2021-02-24 08:36:05 +00:00
}
2020-12-09 07:58:35 +00:00
2021-03-23 11:53:06 +00:00
.InnerPage {
2021-03-23 13:55:39 +00:00
2021-03-23 11:53:06 +00:00
div.description {
border: 0 none;
margin: 0;
padding: 0 0 0;
width: auto;
2020-12-09 07:58:35 +00:00
2021-03-23 11:53:06 +00:00
.menuleft {
background-color: @mobileMenuColor;
.shadowFullCustomizable (@byX: 1px, @byY: 1px, @radius: 2px, @color: rgba(102,102,102,0.8));
display: none;
height: auto;
left: 0;
margin: 0;
max-height: 85vh;
padding: 0;
position: fixed;
top: 95px;
width: @mobileDefaultWidth;
z-index: 1000;
2020-12-09 07:58:35 +00:00
2021-03-23 11:53:06 +00:00
ul {
&:first-child {
padding-top: 60px;
}
li {
padding: 0 10px;
2016-08-29 13:51:20 +00:00
}
}
}
2021-03-24 09:48:58 +00:00
.name-icon-program {
padding: 10px;
max-width: 100%;
}
2016-08-29 13:51:20 +00:00
}
2021-03-23 11:53:06 +00:00
}
2020-12-01 13:20:07 +00:00
2020-12-09 07:58:35 +00:00
.search_line {
background-color: @mobileMenuColor;
display: none;
left: 0;
padding: 15px 10px;
position: fixed;
top: 41px;
z-index: 500;
max-width: 700px;
2016-08-29 13:51:20 +00:00
}
2020-12-09 07:58:35 +00:00
.langselector {
top: 11px;
div.title {
span.underline {
2016-08-29 13:51:20 +00:00
color: transparent;
width: 0;
}
}
}
2020-12-09 07:58:35 +00:00
div.custom-select {
ul.options {
li.option {
a {
color: transparent;
width: 0;
}
}
}
}
#LanguageSelector {
width: 46px;
2016-08-29 13:51:20 +00:00
}
2020-12-09 07:58:35 +00:00
div.custom-select.open {
ul.options {
width: 21px;
}
2020-12-09 07:58:35 +00:00
}
2021-02-01 13:47:44 +00:00
.pushy-content {
width: 100%;
margin-left: 0px;
}
nav {
> div {
> ul,
& > ul {
&.all-menu-items {
display: inline-block;
}
}
}
}
2021-02-02 07:59:24 +00:00
a.dropdown-item {
display: block;
background: none;
border: 0;
color: @redColor;
font-size: 14px;
font-weight: 600;
cursor: pointer;
line-height: 36px;
margin: 0;
padding: 0 25px;
text-decoration: none;
white-space: nowrap;
text-transform: uppercase;
2021-02-01 13:47:44 +00:00
2021-02-02 07:59:24 +00:00
&:hover {
background-color: #F7F7F7;
}
}
2020-12-09 07:58:35 +00:00
2021-02-02 07:59:24 +00:00
nav {
& > div {
> ul {
width: 100%;
padding-top: 0;
margin: 0;
}
2020-12-09 07:58:35 +00:00
2021-02-02 07:59:24 +00:00
ul {
li {
display: block;
width: auto;
height: auto;
position: relative;
2020-12-09 07:58:35 +00:00
2021-02-02 07:59:24 +00:00
ul {
color: @textColorBlackDark;
margin: 0;
width: auto;
2016-08-29 13:51:20 +00:00
}
2020-12-09 07:58:35 +00:00
2021-02-02 07:59:24 +00:00
a.menuitem {
color: @textColorBlackDark;
display: block;
height: auto;
padding: 15px 25px 15px 40px;
text-align: left;
margin: 0;
}
2020-12-09 07:58:35 +00:00
2021-02-02 07:59:24 +00:00
a.dropdown-item,
.navitem_description,
ul.navitem_2nd_menu li a.nav_2nd_menu_link {
padding-left: 40px;
2021-02-26 13:16:41 +00:00
text-align: left;
2021-02-02 07:59:24 +00:00
}
2020-12-09 07:58:35 +00:00
2021-02-02 07:59:24 +00:00
ul.navitem_2nd_menu li a.nav_2nd_menu_link {
display: block;
background: none;
border: 0;
color: #333;
font-weight: 600;
font-size: 14px;
cursor: pointer;
line-height: 1.4em;
margin: 0;
padding: 8px 25px;
text-decoration: none;
border-right: 1px solid #ccc;
2021-02-26 13:16:41 +00:00
&:hover,
&.redirect {
background-color: #F7F7F7;
color: @redColor;
}
2021-02-02 07:59:24 +00:00
}
ul.header_menu {
color: @textColorBlackDark;
display: block;
margin: 0;
position: absolute;
top: 71px;
width: 100%;
}
}
2020-12-09 07:58:35 +00:00
}
2016-08-29 13:51:20 +00:00
}
2021-02-02 07:59:24 +00:00
}
2020-12-09 07:58:35 +00:00
a.dropdown-item {
white-space: normal;
}
2020-12-01 13:20:07 +00:00
2020-12-09 07:58:35 +00:00
#navitem_features,
#navitem_desktop,
#navitem_mobile,
#navitem_integration,
#navitem_saas,
#navitem_server,
#navitem_administration,
#navitem_development {
font-weight: 600;
font-size: 16px;
2021-02-24 12:14:39 +00:00
line-height: 16px;
2020-12-01 13:20:07 +00:00
2020-12-09 07:58:35 +00:00
&:hover, &.active, &.active:hover {
border-color: #F2F2F2;
color: #ff642e;
}
}
.features_all #navitem_features,
.modules_section #navitem_features,
.saas_version #navitem_saas,
.connectors #navitem_integration,
.desktop_editors #navitem_desktop,
.installation_guides #navitem_server,
.document_server #navitem_server,
.docs_community_edition #navitem_server,
.docs_enterprise_edition #navitem_server,
.developer_edition #navitem_server,
.community_server #navitem_server,
.mail_server #navitem_server,
.xmpp_server #navitem_server,
.workspace #navitem_server,
.community_edition #navitem_server,
.enterprise_edition #navitem_server,
.workspace_cloud #navitem_server,
.installation_desktop #navitem_server,
.installation_mobile #navitem_server,
.mobile_version #navitem_mobile,
/*.hosting_edition #navitem_server,*/
/*.one_click_install #navitem_server,*/
nav ul li a.menuitem.active,
nav ul li a.menuitem:hover,
.document_builder #navitem_developer {
border-color: #F2F2F2;
}
2020-12-01 13:20:07 +00:00
2021-02-01 13:47:44 +00:00
2020-12-09 07:58:35 +00:00
.menuitem {
border-bottom: 1px solid #F2F2F2;
&:before {
2020-12-09 07:58:35 +00:00
display: block;
content: '';
width: 10px;
height: 10px;
background-image: url(/images/arrow-gray.svg);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: auto 100%;
position: absolute;
left: 17px;
top: 14px;
-webkit-transition: 0.1s linear;
-moz-transition: 0.1s linear;
-o-transition: 0.1s linear;
transition: 0.1s linear;
}
2020-12-09 07:58:35 +00:00
&.active {
text-align: center;
&:before {
-moz-transform: rotate( 180deg );
-ms-transform: rotate( 180deg );
-o-transform: rotate( 180deg );
-webkit-transform: rotate( 180deg );
transform: rotate( 180deg );
-webkit-transition: 0.1s linear;
-moz-transition: 0.1s linear;
-o-transition: 0.1s linear;
transition: 0.1s linear;
}
}
}
2020-12-09 07:58:35 +00:00
ul.navitem_2nd_menu {
padding-bottom: 0;
}
.dropdown-content {
li {
border-bottom: 1px solid #F2F2F2;
&:last-of-type {
border-bottom: 0 none;
}
}
}
2020-12-09 07:58:35 +00:00
.navitem_description {
border-bottom: 1px solid #F2F2F2;
}
.mobile_no_link {
display: block !important;
&:before {
display: block;
content: '';
width: 10px;
height: 10px;
background-image: url(/images/arrow-red.svg);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: auto 100%;
position: absolute;
left: 17px;
top: 14px;
-moz-transform: rotate( 90deg );
-ms-transform: rotate( 90deg );
-o-transform: rotate( 90deg );
-webkit-transform: rotate( 90deg );
transform: rotate( 90deg );
-webkit-transition: 0.1s linear;
-moz-transition: 0.1s linear;
-o-transition: 0.1s linear;
transition: 0.1s linear;
2020-12-09 07:58:35 +00:00
}
&.active {
&:before {
-moz-transform: rotate( -90deg );
-ms-transform: rotate( -90deg );
-o-transform: rotate( -90deg );
-webkit-transform: rotate( -90deg );
transform: rotate( -90deg );
-webkit-transition: 0.1s linear;
-moz-transition: 0.1s linear;
-o-transition: 0.1s linear;
transition: 0.1s linear;
}
}
}
2020-12-09 07:58:35 +00:00
.block_also {
display: none !important;
}
.bottommenu {
display: none !important;
}
#floatSubMenu {
display: none !important;
}
.undertop {
margin: 0;
padding: 0px 20px 0;
width: auto;
}
footer {
position: relative;
}
2021-02-02 07:59:24 +00:00
header {
padding: 0;
z-index: 1000;
height: 60px;
2020-12-09 07:58:35 +00:00
2021-02-02 07:59:24 +00:00
&.fixed {
position: fixed;
background-color: #fff;
top: 0;
}
2016-08-29 13:51:20 +00:00
}
2020-12-01 13:20:07 +00:00
2020-12-09 07:58:35 +00:00
.narrowheader {
width: 100%;
2020-12-01 13:20:07 +00:00
2020-12-09 07:58:35 +00:00
.logo {
margin-left: 30px;
z-index: 10000000;
2020-12-28 15:17:26 +00:00
height: 58px;
2020-12-09 07:58:35 +00:00
width: 50px;
2020-12-09 07:58:35 +00:00
a {
height: 40px;
}
}
}
2021-02-02 07:59:24 +00:00
.copyReserved {
height: 33px;
margin-left: 0;
padding: 0px 0 0 20px;
text-align: left;
}
2020-12-09 07:58:35 +00:00
#back-top {
bottom: 50px;
left: auto;
margin: 0;
padding: 0;
right: 20px;
a {
2020-12-09 07:58:35 +00:00
.borderRadius (0);
height: 50px;
width: 50px;
}
}
2020-12-09 07:58:35 +00:00
.logo {
margin-left: 60px;
z-index: 10000000;
2016-08-29 13:51:20 +00:00
}
2020-12-09 07:58:35 +00:00
.ham_menu {
cursor: pointer;
2016-08-29 13:51:20 +00:00
display: block;
2020-12-09 07:58:35 +00:00
height: 18px;
left: 0;
margin: 0;
padding: 22px 16px 9px;
position: absolute;
top: 0;
width: 30px;
z-index: 10000000;
span {
background-color: @textColorBlackDark;
display: block;
height: 2px;
margin: 0 0 4px;
width: 18px;
}
2016-08-29 13:51:20 +00:00
}
2020-12-09 07:58:35 +00:00
.video_trips {
.video_block {
float: none;
}
2016-08-29 13:51:20 +00:00
}
2020-12-09 07:58:35 +00:00
2021-03-24 09:48:58 +00:00
.MainHelpCenter {
p {
max-width: 80%;
2020-12-09 07:58:35 +00:00
2021-03-24 09:48:58 +00:00
img {
max-width: @mobileDefaultWidth;
vertical-align: middle;
2020-12-09 07:58:35 +00:00
}
2021-03-24 09:48:58 +00:00
}
2020-12-09 07:58:35 +00:00
2021-03-24 09:48:58 +00:00
ol, ul {
max-width: 85%;
}
2020-12-09 07:58:35 +00:00
2021-03-24 09:48:58 +00:00
.changelog-release-date {
margin-right: 25%;
}
.changelog-version-block {
margin-right: 15%;
}
table {
width: 100%;
}
.video_ground {
.video_block {
margin-left: 0;
2020-12-09 07:58:35 +00:00
}
2021-03-24 09:48:58 +00:00
}
2020-12-09 07:58:35 +00:00
2021-03-24 09:48:58 +00:00
div.community_display {
margin-right: 5%;
}
img.screen_guides {
display: none;
}
.block_of_step {
.screen_block {
max-width: @mobileDefaultWidth;
width: auto;
2016-08-29 13:51:20 +00:00
}
}
2021-03-24 09:48:58 +00:00
}
2020-12-01 13:20:07 +00:00
2020-12-09 07:58:35 +00:00
.VideoMainContainer {
width: 98%;
iframe {
height: 51vw;
width: @mobileDefaultWidth;
}
2016-08-29 13:51:20 +00:00
}
2020-12-01 13:20:07 +00:00
2020-12-09 07:58:35 +00:00
.bigVideoCont {
iframe {
height: 51vw;
width: @mobileDefaultWidth;
}
}
.textHelpContainer {
height: auto;
width: 98%;
h5 {
2016-08-29 13:51:20 +00:00
margin-left: 0;
}
}
2020-12-01 13:20:07 +00:00
2020-12-09 07:58:35 +00:00
.text-content {
ul {
margin: 0;
}
}
.bigphoto_screen {
border: 1px solid @helpBorderColor;
display: inline-block;
margin: 10px 0 20px;
max-width: @mobileDefaultWidth;
}
.GettingStarted {
2016-08-29 13:51:20 +00:00
.screen_block {
max-width: @mobileDefaultWidth;
}
}
2020-12-09 07:58:35 +00:00
#navitem_developer, #navitem_features, #navitem_saas, #navitem_mobile, #navitem_server, #navitem_desktop {
border-color: #f2f2f2;
2016-08-29 13:51:20 +00:00
}
2020-12-02 12:52:51 +00:00
2020-12-09 07:58:35 +00:00
.langselector {
top: 21px;
}
2020-12-02 12:52:51 +00:00
2020-12-09 07:58:35 +00:00
.jspPane {
margin-top: 0px;
}
2020-12-01 13:46:41 +00:00
2020-12-02 13:03:22 +00:00
.search_line {
left: 18px;
2021-01-28 15:08:28 +00:00
top: 95px;
2020-12-02 13:03:22 +00:00
z-index: 1001;
}
2020-12-09 07:58:35 +00:00
.mainSearch {
left: 18px;
top: 81px;
z-index: 999;
}
2020-12-30 11:42:32 +00:00
2021-02-02 07:59:24 +00:00
.InnerPage div.description {
border: 0 none;
margin: 0;
padding: 0 20px 0;
width: auto;
}
2020-12-01 13:46:41 +00:00
}
2020-12-30 11:21:19 +00:00
@media screen and (max-width: 800px) {
2020-12-30 11:42:32 +00:00
.InnerPage {
div.description {
border: 0 none;
margin: 0;
padding: 0 20px 0;
width: auto;
}
}
2020-12-30 11:42:32 +00:00
.page_download_button {
.download_button_description {
float: none;
2021-03-23 13:55:39 +00:00
margin: 15px 0px 0;
2020-12-30 11:42:32 +00:00
}
2020-12-30 11:21:19 +00:00
}
2020-12-30 11:42:32 +00:00
2021-03-24 09:48:58 +00:00
.InnerPage {
p {
padding: 10px 0px;
max-width: 100%
}
ol, ul {
max-width: 100%;
}
div.screen_block {
max-width: 100%;
}
.changelog-release-date {
margin-right: 0%;
2020-12-30 11:42:32 +00:00
}
2021-03-24 09:48:58 +00:00
.name-icon-program {
margin-right: 0px;
}
.changelog-version-block {
margin-right: 0%;
}
}
.MainHelpCenter {
width: 100%;
div.notehelp {
margin-right: 5%;
}
.notehelp {
margin-right: 5%;
}
p.note {
padding: 10px 60px 10px 45px;
margin-right: 5%;
}
}
2020-12-30 11:42:32 +00:00
.langselector {
position: absolute;
right: 0px;
}
.style_help_center {
width: 100%;
}
.langselector.footerLangSelector {
display: none !important;
}
2020-12-30 11:21:19 +00:00
}
2020-12-09 07:58:35 +00:00
2020-12-30 11:21:19 +00:00
2020-12-30 11:42:32 +00:00
@media screen and (max-width: 700px) {
2021-01-13 15:11:03 +00:00
div.custom-select.open {
ul.options {
left: -11px;
}
}
2021-01-28 15:08:28 +00:00
.page_download_button {
.download_button_description {
float: none;
margin: 10px 0px 0;
}
}
2020-12-30 11:21:19 +00:00
}
2021-01-13 15:11:03 +00:00
@media screen and (max-width: 600px) {
2021-01-13 15:11:03 +00:00
.logo {
background: url("/images/main-page/logo-mobile.svg") no-repeat 0 50%;
}
2021-01-13 15:11:03 +00:00
header {
z-index: 1000;
}
span.toggler {
position: relative;
}
.search_line {
max-width: 350px;
}
.faq_pricing_block {
max-width: 300px;
}
2020-12-30 11:21:19 +00:00
}
2021-01-13 15:11:03 +00:00
@media screen and (max-width: 500px) {
2021-01-28 15:08:28 +00:00
.watchvideo_block {
display: none;
}
2021-01-15 14:28:24 +00:00
.narrowheader {
.headerButton {
padding: 17px 10px;
font-size: 12px;
}
}
.narrowheader {
.headerButton:hover {
padding: 17px 10px;
font-size: 12px;
}
}
2021-01-13 15:11:03 +00:00
.langselector.headerLengSelector {
display: none;
}
2020-12-30 11:21:19 +00:00
2021-01-20 13:06:25 +00:00
.langselector.footerLangSelector {
display: block !important;
width: 80px;
}
2020-12-30 11:21:19 +00:00
2021-01-28 15:08:28 +00:00
#footerLangSelector {
margin-top: -16px;
margin-left: 0px;
position: absolute;
display: inline-block;
width: 30px;
2021-01-13 15:11:03 +00:00
2021-01-28 15:08:28 +00:00
.footerLangSelector {
margin-top: 500px;
margin: auto;
display: inline-block;
width: 46px;
margin-left: 50%;
ul.options {
background: #fff;
.shadowFullCustomizable(0, 1px, 1px, rgba(0,0,0,0.2));
display: none;
left: -15px;
list-style: none;
margin: 0;
padding: 6px 12px 6px;
position: absolute;
top: 25px;
width: 100%;
z-index: 10000;
li.option {
background-image: none;
border-width: 0 1px;
cursor: default;
float: none;
height: 30px;
line-height: 1.2em;
2020-12-30 11:21:19 +00:00
list-style: none;
margin: 0;
2021-01-28 15:08:28 +00:00
padding: 10px 0 0;
white-space: nowrap;
2021-01-28 15:08:28 +00:00
a {
background-position-x: -3px;
background-repeat: no-repeat;
color: #666666;
display: block;
height: 16px;
line-height: 15px;
margin: 2px 0;
padding: 1px 1px 1px 30px;
text-decoration: none;
text-transform: none;
width: 75px;
background-image: url("/images/flags/flags_1x.png");
&:hover {
text-decoration: underline;
2021-01-13 15:11:03 +00:00
}
}
2021-01-28 15:08:28 +00:00
}
2021-01-28 15:08:28 +00:00
li.option.en-US, div.title.en-US {
a {
background-position-y: -27px;
2020-12-30 11:21:19 +00:00
}
2021-01-28 15:08:28 +00:00
}
2021-01-28 15:08:28 +00:00
li.option.es-ES {
a {
background-position-y: -51px;
2020-12-30 11:21:19 +00:00
}
2021-01-28 15:08:28 +00:00
}
2021-01-28 15:08:28 +00:00
li.option.de-DE {
a {
background-position-y: -3px;
2020-12-30 11:21:19 +00:00
}
2021-01-28 15:08:28 +00:00
}
2021-01-28 15:08:28 +00:00
li.option.fr-FR {
a {
background-position-y: -75px;
2020-12-30 11:21:19 +00:00
}
2021-01-28 15:08:28 +00:00
}
2021-01-28 15:08:28 +00:00
li.option.ru-RU {
a {
background-position-y: -147px;
2020-12-30 11:21:19 +00:00
}
}
2021-01-28 15:08:28 +00:00
li.option.it-IT {
a {
background-position-y: -99px;
}
2021-01-13 15:11:03 +00:00
}
2021-01-28 15:08:28 +00:00
}
2021-01-28 15:08:28 +00:00
div.title.en-US {
background-position-y: -27px;
}
2021-01-28 15:08:28 +00:00
div.title.es-ES {
background-position-y: -51px;
}
2021-01-28 15:08:28 +00:00
div.title.de-DE {
background-position-y: -3px;
}
2021-01-28 15:08:28 +00:00
div.title.fr-FR {
background-position-y: -75px;
}
2021-01-28 15:08:28 +00:00
div.title.ru-RU {
background-position-y: -147px;
}
div.title.it-IT {
background-position-y: -99px;
2020-12-30 11:21:19 +00:00
}
}
2021-01-28 15:08:28 +00:00
}
2021-01-13 15:11:03 +00:00
#footerLangSelector {
.footerLangSelector {
margin-top: 50px;
}
}
2020-12-01 13:20:07 +00:00
2021-01-13 15:11:03 +00:00
.InnerPage {
div.description {
border: 0 none;
margin: 0;
padding: 0 20px 0;
width: auto;
2020-12-30 11:21:19 +00:00
}
2020-12-02 12:52:51 +00:00
}
2021-01-13 15:11:03 +00:00
.page_download_button {
.download_button_description {
float: none;
margin: 10px 0px 0;
2020-12-02 12:52:51 +00:00
}
2021-01-13 15:11:03 +00:00
}
2020-12-01 13:20:07 +00:00
2021-01-13 15:11:03 +00:00
.InnerPage {
p {
padding: 10px 0px;
}
2020-12-01 13:20:07 +00:00
2021-01-13 15:11:03 +00:00
.name-icon-program {
padding: 0px;
}
2020-12-30 11:21:19 +00:00
2021-01-13 15:11:03 +00:00
.MainHelpCenter {
h1 {
margin: 10px 0px 0px;
2020-12-30 11:21:19 +00:00
}
2021-01-13 15:11:03 +00:00
}
2020-12-30 11:21:19 +00:00
2021-01-13 15:11:03 +00:00
.block-editor {
margin-right: 0px;
2020-12-30 11:21:19 +00:00
2021-01-13 15:11:03 +00:00
span {
margin-right: 10px;
margin-top: 5px;
2020-12-30 11:21:19 +00:00
}
}
2021-01-13 15:11:03 +00:00
}
2020-12-30 11:21:19 +00:00
2021-01-13 15:11:03 +00:00
.MainHelpCenter {
width: 100%;
2020-12-01 13:20:07 +00:00
}
2021-01-13 15:11:03 +00:00
}