|
@@ -300,30 +300,41 @@ footer a:hover{
|
|
color: white;
|
|
color: white;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
-#dashboard .station{
|
|
|
|
- width: 150px;
|
|
|
|
- height: 150px;
|
|
|
|
- background-color: rgba(255,255,255,0.7);
|
|
|
|
- border-radius: 100px;
|
|
|
|
- margin-top: 100px;
|
|
|
|
- margin-left: 300px;
|
|
|
|
|
|
+#dashboard .logout{
|
|
|
|
+ margin-left: 20px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
-#dashboard .station h3{
|
|
|
|
- text-align: center;
|
|
|
|
|
|
+#dashboard .station{
|
|
|
|
+ background-color: rgba(255,255,255,0.3);
|
|
|
|
+ height: 250px;
|
|
color: white;
|
|
color: white;
|
|
|
|
+ margin-top: 1em;
|
|
|
|
+}
|
|
|
|
+#dashboard .station .station-name{
|
|
|
|
+ text-align: center;
|
|
|
|
+ font-size: 3em;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
- font-size: 3.5em;
|
|
|
|
- line-height: 150px;
|
|
|
|
}
|
|
}
|
|
#dashboard .station .song-info{
|
|
#dashboard .station .song-info{
|
|
- color: darkcyan;
|
|
|
|
- margin-left: 70px;
|
|
|
|
|
|
+ text-align: center;
|
|
}
|
|
}
|
|
#dashboard .station .song-title{
|
|
#dashboard .station .song-title{
|
|
- font-size: 2em;
|
|
|
|
- font-weight: 900;
|
|
|
|
|
|
+ font-size: 2.5em;
|
|
}
|
|
}
|
|
#dashboard .station .song-artist{
|
|
#dashboard .station .song-artist{
|
|
- font-size: 1.5em;
|
|
|
|
|
|
+ font-size: 2em;
|
|
|
|
+}
|
|
|
|
+#dashboard .station .button-tunein{
|
|
|
|
+ outline: 0;
|
|
|
|
+ border: 0;
|
|
|
|
+ border: 2px solid white;
|
|
|
|
+ padding: 10px 15px;
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+ width: 250px;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ color: #fff;
|
|
|
|
+ background-color: transparent;
|
|
|
|
+ display: block;
|
|
|
|
+ margin: 0 auto;
|
|
}
|
|
}
|