source: frontend/src/index.css@ 55ed171

Last change on this file since 55ed171 was 16237c4, checked in by Nace Gjorgjievski <nace.gorgievski123@…>, 22 months ago

Added Order Functionality

  • Property mode set to 100644
File size: 174 bytes
Line 
1.checkout-steps > div {
2 border-bottom: 0.2rem solid #a0a0a0;
3 color: #a0a0a0;
4}
5
6.checkout-steps > div.active {
7 border-bottom: 0.2rem solid #f08000;
8 color: #f08000;
9}
Note: See TracBrowser for help on using the repository browser.