mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Themes - Tukan /Cicada - Page content main section view fix (#1242)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= theme-cicada
|
||||
PLUGIN_VERSION= 1.14
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_COMMENT= The cicada theme - grey/orange
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
|
||||
|
||||
@@ -8893,7 +8893,7 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.page-content-main [class^="col-"] + [class^="col-"] {
|
||||
.page-content-main section[class^="col-"] + section[class^="col-"] {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
|
||||
@@ -5789,7 +5789,7 @@ body {
|
||||
.tab-content .tab-content:last-child {
|
||||
margin-bottom: 0; }
|
||||
|
||||
.page-content-main [class^="col-"] + [class^="col-"] {
|
||||
.page-content-main section[class^="col-"] + section[class^="col-"] {
|
||||
padding-top: 20px; }
|
||||
|
||||
.brand-logo {
|
||||
|
||||
@@ -8894,7 +8894,7 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.page-content-main [class^="col-"] + [class^="col-"] {
|
||||
.page-content-main section[class^="col-"] + section[class^="col-"] {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
|
||||
@@ -5783,7 +5783,7 @@ body {
|
||||
.tab-content .tab-content:last-child {
|
||||
margin-bottom: 0; }
|
||||
|
||||
.page-content-main [class^="col-"] + [class^="col-"] {
|
||||
.page-content-main section[class^="col-"] + section[class^="col-"] {
|
||||
padding-top: 20px; }
|
||||
|
||||
.brand-logo {
|
||||
|
||||
Reference in New Issue
Block a user