Difference between revisions of "Template:Cologne-Duesseldorf/css"

Line 587: Line 587:
 
 
 
#sidebar-btn {
 
#sidebar-btn {
position: fixed;
+
right: 0;
    left: 0;
+
top: 18px;
    top: 18px;
+
width: 100%;
    width: 100%;
+
height: 50px;
    height: 50px;
+
cursor: pointer;
    cursor: pointer;
+
background: #1C1E1F;
    background: #1C1E1F;
+
padding: 0 5% 0 0;
    padding: 0;
+
border: none;
    color: white;
+
border-radius: 0;
    border: none;
+
justify-content: flex-end;
    border-radius: 0;
+
}
    box-shadow: 0px 4px 12px 2px rgba(0,0,0,0.3);
+
#sidebar-btn:hover{
 +
background-color: rgba(17, 125, 99, 0.2);
 
}
 
}
 
#container {
 
#container {

Revision as of 14:49, 4 May 2017