mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 00:12:30 +01:00
21 lines
304 B
CSS
21 lines
304 B
CSS
|
#footer {
|
|||
|
background: #41B1E1;
|
|||
|
position: fixed;
|
|||
|
bottom: 0;
|
|||
|
width: 100%;
|
|||
|
color: white;
|
|||
|
padding: 5px;
|
|||
|
font-size: 15px;
|
|||
|
opacity: 0.7;
|
|||
|
}
|
|||
|
|
|||
|
#footer .pull-right {
|
|||
|
padding-right: 20px;
|
|||
|
}
|
|||
|
|
|||
|
#footer a {
|
|||
|
color: white;
|
|||
|
padding-left: 20px;
|
|||
|
}
|
|||
|
|