]> git.0d.be Git - panikweb-airlibre.git/commitdiff
Ajout class .current et .future pour li program-week list
authorwintz_collectifs <wintz@collectifs.net>
Mon, 1 May 2023 08:45:16 +0000 (10:45 +0200)
committerwintz_collectifs <wintz@collectifs.net>
Mon, 1 May 2023 08:45:16 +0000 (10:45 +0200)
panikweb_airlibre/static/css/programme.scss

index 6a214dea05432b70cbb590c31d926a1c03035128..6553ab49aec643af6c2b9038d2481685135ff367 100644 (file)
@@ -17,7 +17,7 @@ div.program.tabs {
                        cursor: pointer;
                        border: unset;
                        font-weight: bold;
-                       font-size: 17px;
+                       font-size: 21px;
                        text-transform: capitalize;
                        &.active {
                                background: black;
@@ -59,12 +59,15 @@ ul.program-week {
                        opacity: 0.5;
                }
                &.current {
-                       color: #fff;
+                       color: #fff !important;
                        background-color: #e74c3c;
-                       h3{
+                       .title, h3{
                                color: #fff !important;
                                font-size: 26px;
                        }
+                       [class^="icon-"].resymbol, [class*=" icon-"].resymbol, .big.icon-pause, .big.icon-stop, .big.icon-share{
+                               color: #fff !important;
+                       }
                }
                .programCellTitle {
                        margin-left: 3em;