adding styles from hopsitality mentality's admin theme css section to style.css
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 23 Jul 2018 17:45:07 +0000 (13:45 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 23 Jul 2018 17:45:07 +0000 (13:45 -0400)
style.css

index 46561a4..87affe0 100644 (file)
--- a/style.css
+++ b/style.css
@@ -2718,4 +2718,33 @@ body .cmvl-navbar-navigation span{
 }
 [data-page="demo"] nav#site-navigation ul li a, [data-page="my-courses"] nav#site-navigation ul li a, body.single-cmvl_channel nav#site-navigation ul li a{
     color: white;
+}
+.cmvl-navbar-navigation{
+       background: white !important;
+}
+.cmvl-navbar-navigation select {
+       background: white !important;
+}
+#main-slider.full-screen-yes{
+       height: 60vh;
+       min-height: 60vh;
+}
+.cmvl-channels-list-shortcode table thead tr th:last-child{
+       display: none;
+}
+.cmvl-channels-list-shortcode table tbody tr td:last-child{
+       display: none;
+}
+.cmvl-channels-list-shortcode table tbody tr td{
+       pointer-events: none;
+}
+.cmvl-channels-list-shortcode {
+       max-width: 600px;
+       margin: 0 auto !important;
+}
+.cmvl-channels-list-shortcode table thead tr th:not(:first-child){
+       padding: 0 10px;
+}
+.cmvl-channels-list-shortcode table tbody tr td:not(:first-child){
+       padding: 0 10px;
 }
\ No newline at end of file