This repository was archived by the owner on Dec 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +179
-178
lines changed
components/app-registration Expand file tree Collapse file tree 5 files changed +179
-178
lines changed Original file line number Diff line number Diff line change 33 table {
44 border-spacing : 0 ;
55 width : 100% ;
6- padding : 0 50 px ;
6+ padding : 0 5 rem ;
77 }
88 thead {
99 background-color : var (--gray-02 );
10- height : 50 px ;
11- text-align : left ;
10+ height : 5 rem ;
11+ text-align : var ( --text-align- left) ;
1212 }
1313 th ,
1414 td {
15- padding : 16 px ;
16- min-width : 120 px ;
17- max-width : 200 px ;
15+ padding : 1.6 rem ;
16+ min-width : 12 rem ;
17+ max-width : 20 rem ;
1818 overflow : hidden ;
1919 text-overflow : ellipsis ;
2020 }
2121 td :last-child ,
2222 th :last-child {
2323 white-space : nowrap ;
24- padding : 0 10 px ;
24+ padding : 0 1 rem ;
2525 }
2626 td :first-child ,
2727 th :first-child {
28- padding-left : 32 px ;
28+ padding-left : 3.2 rem ;
2929 }
3030 tbody tr :nth-child (even ) {
3131 background-color : var (--gray-03 );
3232 }
3333 td :nth-child (2 n + 3 ) {
3434 display : flex ;
3535 flex-wrap : wrap ;
36- gap : 0.4 rem ;
36+ gap : 0.64 rem ;
3737 }
3838}
3939
4040[data-state ~= ' registration.logged_in.manage_tab' ] .manageApps {
4141 display : inline-block ;
4242 overflow : auto ;
4343 width : 100% ;
44- max-height : 500 px ;
44+ max-height : 50 rem ;
4545}
4646
4747[data-state ~= ' registration.logged_in.manage_tab.loadingApps.empty' ] .manageApps {
5353}
5454
5555[data-state ~= ' responsive.desktopLaptopM' ] .manageApps {
56- width : 650 px ;
56+ width : 65 rem ;
5757}
5858
5959@mixin actionIcon {
6060 background-repeat : no-repeat ;
61- background-position : center ;
61+ background-position : var ( --text-align- center) ;
6262 background-size : contain ;
63- width : 16 px ;
64- height : 16 px ;
63+ width : 1.6 rem ;
64+ height : 1.6 rem ;
6565 cursor : pointer ;
66- padding : 0 8 px ;
66+ padding : 0 0.8 rem ;
6767}
6868
6969.deleteApp {
7878
7979.appActions {
8080 display : flex ;
81- justify-content : center ;
82- margin : 30 px ;
81+ justify-content : var ( --text-align- center) ;
82+ margin : 3 rem ;
8383}
8484
8585.tooltip {
8686 position : relative ;
8787 .tooltipText {
8888 visibility : hidden ;
89- width : 130 px ;
90- height : 15 px ;
89+ width : 13 rem ;
90+ height : 1.5 rem ;
9191 background-color : var (--border-normal );
9292 border-radius : 4px ;
9393 color : var (--app-registration-tab-active-font );
94- text-align : center ;
94+ text-align : var ( --text-align- center) ;
9595 border-radius : 6px ;
96- padding : 5 px 0 ;
96+ padding : 0.5 rem 0 ;
9797 position : absolute ;
9898 z-index : 1 ;
9999 bottom : 125% ;
100- font-size : 12 px ;
100+ font-size : var ( --text-size-xxs ) ;
101101 left : 50% ;
102- margin-left : -55 px ;
102+ margin-left : -5.5 rem ;
103103 opacity : 0 ;
104104 transition : opacity 1s ;
105105 & ::after {
106106 content : ' ' ;
107107 position : absolute ;
108108 top : 100% ;
109109 left : 50% ;
110- margin-left : -5 px ;
110+ margin-left : -0.5 rem ;
111111 border-width : 5px ;
112112 border-style : solid ;
113113 border-color : var (--border-normal ) transparent transparent transparent ;
123123}
124124
125125.scope {
126- border : 0.1 rem solid #d6dadb ;
126+ border : 0.16 rem solid #d6dadb ;
127127 border-radius : 0.4rem ;
128- padding : 0.2 rem 0.2 rem ;
129- font-size : 11 px ;
128+ padding : 0.32 rem 0.32 rem ;
129+ font-size : 1.1 rem ;
130130}
131131.adminScope {
132132 border : 0.1rem solid var (--teal-01 );
Original file line number Diff line number Diff line change 11.noAppsWrapper {
2- width : calc (100% - 32 px );
2+ width : calc (100% - 3.2 rem );
33}
44
55.noApps {
6- padding-top : 72 px ;
6+ padding-top : 7.2 rem ;
77 margin : 0 auto ;
88 position : relative ;
99 display : flex ;
1010 flex-direction : column ;
11- justify-content : center ;
12- align-items : center ;
13- width : calc (320 px - 32 px );
11+ justify-content : var ( var ( --text-align- center)) ;
12+ align-items : var ( --text-align- center) ;
13+ width : calc (32 rem - 3.2 rem );
1414 position : relative ;
1515 margin : 0 auto ;
1616}
1717
1818.noAppsIcon {
19- margin-top : 16 px ;
20- margin-bottom : 20 px ;
19+ margin-top : 1.6 rem ;
20+ margin-bottom : 2 rem ;
2121 background-image : url (/ img/table-empty.svg );
2222 background-repeat : no-repeat ;
23- background-position : center ;
23+ background-position : var ( --text-align- center) ;
2424 background-size : contain ;
25- width : 100 px ;
26- height : 100 px ;
25+ width : 10 rem ;
26+ height : 10 rem ;
2727}
2828
2929.noAppsText {
30- text-align : center ;
30+ text-align : var ( --text-align- center) ;
3131}
3232
3333[data-state *= " responsive.desktop" ] {
3434 .noAppsWrapper {
35- width : calc (100% - 125 px );
35+ width : calc (100% - 12.5 rem );
3636 position : relative ;
3737 }
3838 .noApps {
39- padding-top : 72 px ;
39+ padding-top : 7.2 rem ;
4040 margin : 0 auto ;
4141 position : relative ;
4242 }
4343 .noAppsText {
44- width : 390 px ;
44+ width : 39 rem ;
4545 }
4646}
You can’t perform that action at this time.
0 commit comments