Difference between revisions of "Team:UCSC/CSS-2"

Line 372: Line 372:
 
   text-align: right;
 
   text-align: right;
 
   transition: .3s;
 
   transition: .3s;
 +
}
 +
 +
.toc-right .float-toc {
 +
  float: right;
 +
  padding: 5px;
 +
  padding-right: 2vw;
 +
  text-align: right;
 
}
 
}
  
Line 507: Line 514:
 
.toc-body .flex-row {
 
.toc-body .flex-row {
 
   padding: 0 10vw 0 calc(200px + 2vw + 5vw);
 
   padding: 0 10vw 0 calc(200px + 2vw + 5vw);
 +
}
 +
 +
.toc-right .flex-row {
 +
  padding: 0 calc(200px + 2vw + 5vw) 0 10vw;
 
}
 
}
  
Line 1,130: Line 1,141:
 
   .toc-body .flex-row {
 
   .toc-body .flex-row {
 
     padding: 0 5vw 0 calc(200px + 5vw);
 
     padding: 0 5vw 0 calc(200px + 5vw);
 +
  }
 +
 +
  .toc-right .flex-row {
 +
    padding: 0 calc(200px + 5vw) 0 5vw;
 
   }
 
   }
  

Revision as of 00:26, 20 September 2018