Ignore:
Timestamp:
02/14/22 01:41:41 (2 years ago)
Author:
Tasevski2 <39170279+Tasevski2@…>
Branches:
master
Children:
747e0ab
Parents:
e8b1076
Message:

Push before video

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/client/src/components/admin/ParkingZoneInfo/styles.js

    re8b1076 rbc20307  
     1import styled from 'styled-components';
     2
     3export const Wrapper = styled.div`
     4  display: flex;
     5  flex-direction: row;
     6  justify-content: space-between;
     7  width: 100%;
     8  max-width: 1650px;
     9  height: 690px;
     10  padding: 0 10%;
     11  margin: auto;
     12  margin-top: 25px;
     13`;
Note: See TracChangeset for help on using the changeset viewer.