source: phonelux-frontend/src/components/PhoneOfferComponent/PhoneOfferComponent.css@ 7e88e46

Last change on this file since 7e88e46 was 7e88e46, checked in by Marko <Marko@…>, 22 months ago

Added more components

  • Property mode set to 100644
File size: 777 bytes
Line 
1.phone-with-offers-table-row{
2 font-size: 18px;
3}
4
5.phone-with-offers-table-row > td:first-of-type {
6 font-weight: bold;
7}
8
9.phone-offer-specifications-button{
10 font-size: 17px;
11 padding: 10px;
12 background-color: #B6E2C8;
13 border-radius: 20px;
14 border: 1px solid black;
15}
16
17.phone-with-offers-table-row td:last-of-type{
18 display: flex;
19 justify-content: center;
20 flex-wrap: wrap;
21}
22
23.phone-offer-specifications-button:hover{
24 cursor: pointer;
25 background-color: rgb(166, 201, 171);
26 box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
27 transition: box-shadow 0.5s, background-color 0.5s ;
28}
29
30.phone-offer-favouriteoffer-icon:hover{
31 cursor: pointer;
32}
33
34.phone-offer-cheaperoffers-icon{
35 cursor: pointer;
36}
Note: See TracBrowser for help on using the repository browser.