]> git.0d.be Git - panikweb.git/commitdiff
style: use red and right align rss icon
authorFrédéric Péters <fpeters@0d.be>
Mon, 11 Nov 2019 16:15:27 +0000 (17:15 +0100)
committerFrédéric Péters <fpeters@0d.be>
Thu, 26 Dec 2019 14:12:22 +0000 (15:12 +0100)
panikweb_templates/static/css/_specifics.scss

index 28276a69a4d5546722ea13b858a29fe5c8bc09f3..e22dc4850bea4a01c6042953a4c47603b04f329d 100644 (file)
@@ -272,7 +272,7 @@ body{
 }
 
 .icon-rss {
-       color: orange;
+       color: $primary;
 }
 
 @media screen and (max-width:760px){
@@ -1400,6 +1400,10 @@ nav#program li {
 #recent-news,
 #recent-sounds {
        margin-top: 2em;
+       .icon-rss {
+               position: absolute;
+               right: 0;
+       }
 }
 
 #recent-emissions h3,