Ignore:
Timestamp:
09/17/22 01:24:24 (22 months ago)
Author:
Marko <Marko@…>
Branches:
master
Children:
5201690
Parents:
775e15e
Message:

Added more components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • phonelux-frontend/src/components/PhoneOfferDetailsComponent/PhoneOfferDetailsComponent.css

    r775e15e r7e88e46  
    1919.phone-offer-details-table-row{
    2020    border: 1px solid gainsboro;
    21 
    2221}
    2322
     
    6766.phone-offer-details-last-updated-wrapper{
    6867    display: flex;
     68    width: 100%;
    6969    justify-content: start;
     70    align-items: center;
     71}
     72
     73.phone-offer-details-edit-header{
     74    width: 100%;
     75    margin-left: 20px;
     76    padding-top: 10px;
     77    border: 1px solid black;
     78    background-color:  rgb(232, 243, 121);
     79    border-radius: 30px;
     80    text-align: center;
     81    padding: 10px;
     82}
     83
     84.phone-offer-details-edit-header:hover{
     85    cursor: pointer;
     86    background-color: rgb(212, 219, 140);
     87    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
     88    transition: box-shadow 0.5s, background-color 0.5s ;   
     89}
     90
     91.link-offer-edit{
     92    width: 15%;
     93    height: fit-content;
     94    text-decoration: none;
     95    display: flex;
    7096}
    7197
Note: See TracChangeset for help on using the changeset viewer.