Ignore:
Timestamp:
09/08/22 12:38:24 (22 months ago)
Author:
Nace Gjorgjievski <nace.gorgievski123@…>
Branches:
master
Children:
ee05663
Parents:
717ceae
Message:

Added Order Functionality

Location:
frontend/src/styles
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/styles/Header.css

    r717ceae r16237c4  
    66  margin: 0;
    77  padding: 0;
     8  margin-top: 10px;
    89  height: 70px;
    910  width: 100%;
     
    200201}
    201202
     203#basic-nav-dropdown {
     204  display: flex;
     205  justify-content: center;
     206  align-items: center;
     207}
     208
    202209@media only screen and (max-width: 1015px) {
    203210  .header__dropdown {
  • frontend/src/styles/SigninScreen.css

    r717ceae r16237c4  
    1313.formCointainer {
    1414  width: 400px;
     15}
     16
     17.shipPC {
     18  display: flex;
     19  flex-direction: column;
     20  justify-content: center;
     21  align-items: center;
     22}
     23
     24.shipPC .checkout-steps {
     25  width: 70%;
    1526}
    1627
     
    3243  }
    3344}
     45
     46@media only screen and (max-width: 559px) {
     47  .shipPC .checkout-steps {
     48    width: 100%;
     49  }
     50}
     51
     52@media only screen and (max-width: 331px) {
     53  .shipPC .checkout-steps {
     54    display: none;
     55  }
     56}
Note: See TracChangeset for help on using the changeset viewer.