Spaces:
Sleeping
Sleeping
Deploy Rachana Data Studio
Browse files- frontend/app/globals.css +15 -3
frontend/app/globals.css
CHANGED
|
@@ -971,13 +971,13 @@ button:disabled{
|
|
| 971 |
.formGrid{
|
| 972 |
display:grid;
|
| 973 |
grid-template-columns:repeat(2,minmax(0,1fr));
|
| 974 |
-
gap:12px;
|
| 975 |
}
|
| 976 |
|
| 977 |
.checkboxList{
|
| 978 |
display:grid;
|
| 979 |
gap:8px;
|
| 980 |
-
margin:
|
| 981 |
}
|
| 982 |
|
| 983 |
.checkboxList label{
|
|
@@ -986,6 +986,10 @@ button:disabled{
|
|
| 986 |
gap:10px;
|
| 987 |
margin:0;
|
| 988 |
font-weight:600;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 989 |
}
|
| 990 |
|
| 991 |
.operationCard{
|
|
@@ -1004,6 +1008,7 @@ button:disabled{
|
|
| 1004 |
.operationCard label input,
|
| 1005 |
.operationCard label select{
|
| 1006 |
min-width:0;
|
|
|
|
| 1007 |
}
|
| 1008 |
|
| 1009 |
.inviteBox{
|
|
@@ -1038,19 +1043,23 @@ button:disabled{
|
|
| 1038 |
|
| 1039 |
.inviteBox code{
|
| 1040 |
display:block;
|
| 1041 |
-
padding:
|
| 1042 |
border-radius:12px;
|
| 1043 |
background:#fff;
|
| 1044 |
border:1px solid var(--line);
|
| 1045 |
color:var(--ink);
|
| 1046 |
overflow:auto;
|
| 1047 |
word-break:break-all;
|
|
|
|
| 1048 |
}
|
| 1049 |
|
| 1050 |
.inviteBox .secondary{
|
| 1051 |
min-height:34px;
|
| 1052 |
padding:8px 12px;
|
| 1053 |
box-shadow:none;
|
|
|
|
|
|
|
|
|
|
| 1054 |
}
|
| 1055 |
|
| 1056 |
.result{
|
|
@@ -1096,6 +1105,9 @@ button:disabled{
|
|
| 1096 |
padding:8px 12px;
|
| 1097 |
box-shadow:none;
|
| 1098 |
border-radius:12px;
|
|
|
|
|
|
|
|
|
|
| 1099 |
}
|
| 1100 |
|
| 1101 |
.resultRow span,
|
|
|
|
| 971 |
.formGrid{
|
| 972 |
display:grid;
|
| 973 |
grid-template-columns:repeat(2,minmax(0,1fr));
|
| 974 |
+
gap:10px 12px;
|
| 975 |
}
|
| 976 |
|
| 977 |
.checkboxList{
|
| 978 |
display:grid;
|
| 979 |
gap:8px;
|
| 980 |
+
margin:12px 0 14px;
|
| 981 |
}
|
| 982 |
|
| 983 |
.checkboxList label{
|
|
|
|
| 986 |
gap:10px;
|
| 987 |
margin:0;
|
| 988 |
font-weight:600;
|
| 989 |
+
padding:10px 12px;
|
| 990 |
+
border:1px solid var(--line);
|
| 991 |
+
border-radius:14px;
|
| 992 |
+
background:#fbfcfa;
|
| 993 |
}
|
| 994 |
|
| 995 |
.operationCard{
|
|
|
|
| 1008 |
.operationCard label input,
|
| 1009 |
.operationCard label select{
|
| 1010 |
min-width:0;
|
| 1011 |
+
box-shadow:none;
|
| 1012 |
}
|
| 1013 |
|
| 1014 |
.inviteBox{
|
|
|
|
| 1043 |
|
| 1044 |
.inviteBox code{
|
| 1045 |
display:block;
|
| 1046 |
+
padding:9px 11px;
|
| 1047 |
border-radius:12px;
|
| 1048 |
background:#fff;
|
| 1049 |
border:1px solid var(--line);
|
| 1050 |
color:var(--ink);
|
| 1051 |
overflow:auto;
|
| 1052 |
word-break:break-all;
|
| 1053 |
+
font-size:13px;
|
| 1054 |
}
|
| 1055 |
|
| 1056 |
.inviteBox .secondary{
|
| 1057 |
min-height:34px;
|
| 1058 |
padding:8px 12px;
|
| 1059 |
box-shadow:none;
|
| 1060 |
+
background:#fff;
|
| 1061 |
+
border-color:#d8e4dc;
|
| 1062 |
+
color:var(--green);
|
| 1063 |
}
|
| 1064 |
|
| 1065 |
.result{
|
|
|
|
| 1105 |
padding:8px 12px;
|
| 1106 |
box-shadow:none;
|
| 1107 |
border-radius:12px;
|
| 1108 |
+
background:#fff;
|
| 1109 |
+
border-color:#d8e4dc;
|
| 1110 |
+
color:var(--green);
|
| 1111 |
}
|
| 1112 |
|
| 1113 |
.resultRow span,
|