Changes

From Drawn to Life Wiki
No change in size ,  22:01, 18 November 2020
no edit summary
Line 143: Line 143:  
     border-bottom: 0.3rem solid #3b7e0e;
 
     border-bottom: 0.3rem solid #3b7e0e;
 
     height: 2em;
 
     height: 2em;
     transition: 0.2s;
+
     transition: 0.3s;
 
}
 
}
 
.vector-menu-tabs .selected:hover {
 
.vector-menu-tabs .selected:hover {
Line 175: Line 175:  
     border-radius: 5px;
 
     border-radius: 5px;
 
     height: 2em;
 
     height: 2em;
     transition: background 0.2s, border-bottom 0.2s;
+
     transition: background 0.3s, border-bottom 0.3s;
 
}
 
}
 
.vector-menu-tabs li:hover {
 
.vector-menu-tabs li:hover {
Line 220: Line 220:  
     border-bottom: 0.3rem solid #b24408;
 
     border-bottom: 0.3rem solid #b24408;
 
     height: 2em;
 
     height: 2em;
     transition: 0.2s;
+
     transition: 0.3s;
 
}
 
}
 
.vector-menu-dropdown:hover {
 
.vector-menu-dropdown:hover {