source: phonelux-frontend/src/components/SuperAdminComponent/SuperAdminComponent.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: 1008 bytes
Line 
1.superadmin-section-header{
2 background-color: #B6E2C8;
3 justify-content: center;
4 align-content: center;
5 margin-top: -30px;
6 width: 100%;
7 display: flex;
8 font-size: 18px;
9}
10.superadmin-section-header-text{
11 width: fit-content;
12}
13
14.superadmin-section-table-row:nth-of-type(even){
15 background-color: #eef2f0;
16}
17
18.superadmin-section-table{
19 border-collapse: collapse;
20 width: 100%;
21 table-layout: fixed;
22}
23
24.superadmin-section-table-row{
25 border: 1px solid gainsboro;
26 padding: 20px ;
27 font-size: 18px;
28}
29
30.superadmin-section-table td{
31 text-align: center;
32 word-wrap: break-word;
33}
34
35.superadmin-section-table-head{
36 background-color: #a6c9ab;
37 font-size: 22px;
38}
39
40.superadmin-section-table-head th{
41 word-wrap: break-word;
42 width: 100%;
43}
44.search-user-field{
45 /* display: flex;
46 height: fit-content;
47 border-radius: 20px; */
48 border: 1px solid rgb(131, 125, 125);
49 width: 100%;
50}
51
52.search-user-input{
53margin:5px;
54width: 100%;
55}
56
Note: See TracBrowser for help on using the repository browser.