Difference between revisions of "Template:Evry Paris-Saclay"

Line 32: Line 32:
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
  
/*this wraps the whole of the menu*/
+
.fixed-top {
+
    position: fixed;
 
+
    top: 0;
/*mobile menu bar styling*/
+
    right: 0;
/**************************************************************************************************************************************************************************************************/
+
    left: 0;
 
+
    z-index: 1030;
 
+
}
+
.bg-dark {
 
+
    background-color: #343a40 !important;
 +
}
 +
.navbar-expand-lg {
 +
    -ms-flex-flow: row nowrap;
 +
    flex-flow: row nowrap;
 +
    -ms-flex-pack: start;
 +
    justify-content: flex-start;
 +
}
 +
.navbar {
 +
    position: relative;
 +
    display: -ms-flexbox;
 +
    display: flex;
 +
    -ms-flex-wrap: wrap;
 +
    flex-wrap: wrap;
 +
    -ms-flex-align: center;
 +
    align-items: center;
 +
    -ms-flex-pack: justify;
 +
    justify-content: space-between;
 +
    padding: .5rem 1rem;
 +
}
  
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/

Revision as of 16:27, 28 August 2018