alytus-ff 0.1.23 → 0.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/App.vue.d.ts +9 -0
- package/dist/alytus-ff.js +63 -55
- package/dist/alytus-ff.umd.cjs +1 -1
- package/dist/components/Dialog/CustomDialog.vue.d.ts +9 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,6 +15,8 @@ npm version patch # Increment patch version (1.0.0 → 1.0.1)
|
|
|
15
15
|
npm version minor # Increment minor version (1.0.0 → 1.1.0)
|
|
16
16
|
npm version major # Increment major version (1.0.0 → 2.0.0)
|
|
17
17
|
|
|
18
|
+
docker exec -it alytusff_vue_1 npm run build
|
|
19
|
+
|
|
18
20
|
npm publish
|
|
19
21
|
|
|
20
22
|
git push && git push --tags
|
package/dist/App.vue.d.ts
CHANGED
|
@@ -100,6 +100,10 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
100
100
|
type: BooleanConstructor;
|
|
101
101
|
default: boolean;
|
|
102
102
|
};
|
|
103
|
+
fullHeight: {
|
|
104
|
+
type: BooleanConstructor;
|
|
105
|
+
default: boolean;
|
|
106
|
+
};
|
|
103
107
|
}>, {}, {}, {}, {
|
|
104
108
|
mdiClose(): string;
|
|
105
109
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -119,10 +123,15 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
119
123
|
type: BooleanConstructor;
|
|
120
124
|
default: boolean;
|
|
121
125
|
};
|
|
126
|
+
fullHeight: {
|
|
127
|
+
type: BooleanConstructor;
|
|
128
|
+
default: boolean;
|
|
129
|
+
};
|
|
122
130
|
}>> & Readonly<{}>, {
|
|
123
131
|
title: string;
|
|
124
132
|
persistent: boolean;
|
|
125
133
|
noFooter: boolean;
|
|
134
|
+
fullHeight: boolean;
|
|
126
135
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
127
136
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
128
137
|
export default _default;
|
package/dist/alytus-ff.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const U =
|
|
1
|
+
import { defineComponent as m, createElementBlock as _, openBlock as a, createElementVNode as c, createCommentVNode as b, toDisplayString as p, renderSlot as u, resolveComponent as r, createBlock as f, normalizeClass as g, withCtx as i, createVNode as $, createTextVNode as N, computed as S } from "vue";
|
|
2
|
+
const U = m({
|
|
3
3
|
name: "PageTitle",
|
|
4
4
|
props: {
|
|
5
5
|
title: {
|
|
@@ -12,26 +12,26 @@ const U = f({
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
}), v = (e, t) => {
|
|
15
|
-
const
|
|
16
|
-
for (const [
|
|
17
|
-
o
|
|
18
|
-
return
|
|
19
|
-
}, q = { class: "mt-6 mb-3 ff-page-title" }, A = { class: "text-h5 ff-title" },
|
|
15
|
+
const s = e.__vccOpts || e;
|
|
16
|
+
for (const [o, n] of t)
|
|
17
|
+
s[o] = n;
|
|
18
|
+
return s;
|
|
19
|
+
}, q = { class: "mt-6 mb-3 ff-page-title" }, A = { class: "text-h5 ff-title" }, B = {
|
|
20
20
|
key: 0,
|
|
21
21
|
class: "text-body-2 ff-description"
|
|
22
22
|
};
|
|
23
|
-
function
|
|
24
|
-
return a(),
|
|
23
|
+
function w(e, t, s, o, n, l) {
|
|
24
|
+
return a(), _("div", q, [
|
|
25
25
|
c("div", null, [
|
|
26
26
|
c("span", A, p(e.title), 1),
|
|
27
|
-
e.description ? (a(),
|
|
27
|
+
e.description ? (a(), _("div", B, p(e.description), 1)) : b("", !0)
|
|
28
28
|
]),
|
|
29
29
|
c("div", null, [
|
|
30
30
|
u(e.$slots, "buttons")
|
|
31
31
|
])
|
|
32
32
|
]);
|
|
33
33
|
}
|
|
34
|
-
const Q = /* @__PURE__ */ v(U, [["render",
|
|
34
|
+
const Q = /* @__PURE__ */ v(U, [["render", w]]), T = m({
|
|
35
35
|
name: "PageSubtitle",
|
|
36
36
|
props: {
|
|
37
37
|
subtitle: {
|
|
@@ -40,21 +40,21 @@ const Q = /* @__PURE__ */ v(U, [["render", B]]), T = f({
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}), D = { class: "mt-7 mb-4 ff-page-subtitle" }, V = { class: "text-h6 font-weight-bold" };
|
|
43
|
-
function
|
|
44
|
-
return a(),
|
|
43
|
+
function H(e, t, s, o, n, l) {
|
|
44
|
+
return a(), _("div", D, [
|
|
45
45
|
c("div", V, p(e.subtitle), 1),
|
|
46
46
|
c("div", null, [
|
|
47
47
|
u(e.$slots, "buttons")
|
|
48
48
|
])
|
|
49
49
|
]);
|
|
50
50
|
}
|
|
51
|
-
const W = /* @__PURE__ */ v(T, [["render",
|
|
52
|
-
var
|
|
53
|
-
const
|
|
51
|
+
const W = /* @__PURE__ */ v(T, [["render", H]]);
|
|
52
|
+
var P = "M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z";
|
|
53
|
+
const R = m({
|
|
54
54
|
name: "CustomDialog",
|
|
55
55
|
methods: {
|
|
56
56
|
mdiClose() {
|
|
57
|
-
return
|
|
57
|
+
return P;
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
props: {
|
|
@@ -73,55 +73,63 @@ const E = f({
|
|
|
73
73
|
noFooter: {
|
|
74
74
|
type: Boolean,
|
|
75
75
|
default: !1
|
|
76
|
+
},
|
|
77
|
+
fullHeight: {
|
|
78
|
+
type: Boolean,
|
|
79
|
+
default: !1
|
|
76
80
|
}
|
|
77
81
|
}
|
|
78
|
-
}),
|
|
79
|
-
function
|
|
80
|
-
const d = r("v-btn"),
|
|
81
|
-
return a(),
|
|
82
|
+
}), E = { class: "close-btn" };
|
|
83
|
+
function F(e, t, s, o, n, l) {
|
|
84
|
+
const d = r("v-btn"), h = r("v-card-text"), y = r("v-spacer"), C = r("v-card-actions"), k = r("v-card"), L = r("v-dialog");
|
|
85
|
+
return a(), f(L, {
|
|
82
86
|
"model-value": e.value,
|
|
83
87
|
"max-width": "960",
|
|
84
88
|
persistent: e.persistent,
|
|
85
89
|
fullscreen: e.$vuetify.display.smAndDown,
|
|
86
|
-
class: "ff-dialog",
|
|
90
|
+
class: g([e.fullHeight ? "ff-dialog" : "ff-dialog ff-full-height"]),
|
|
91
|
+
"content-class": e.fullHeight ? "ff-full-height" : "",
|
|
87
92
|
"onUpdate:modelValue": t[1] || (t[1] = (z) => e.$emit("close"))
|
|
88
93
|
}, {
|
|
89
|
-
default:
|
|
94
|
+
default: i(() => [
|
|
90
95
|
u(e.$slots, "card", {}, () => [
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
96
|
+
$(k, {
|
|
97
|
+
title: e.title,
|
|
98
|
+
class: g(e.fullHeight ? "ff-full-height" : "")
|
|
99
|
+
}, {
|
|
100
|
+
append: i(() => [
|
|
101
|
+
c("div", E, [
|
|
102
|
+
$(d, {
|
|
95
103
|
variant: "text",
|
|
96
104
|
icon: e.mdiClose(),
|
|
97
105
|
onClick: t[0] || (t[0] = (z) => e.$emit("close"))
|
|
98
106
|
}, null, 8, ["icon"])
|
|
99
107
|
])
|
|
100
108
|
]),
|
|
101
|
-
default:
|
|
102
|
-
|
|
103
|
-
default:
|
|
109
|
+
default: i(() => [
|
|
110
|
+
$(h, null, {
|
|
111
|
+
default: i(() => [
|
|
104
112
|
u(e.$slots, "default")
|
|
105
113
|
]),
|
|
106
114
|
_: 3
|
|
107
115
|
}),
|
|
108
|
-
e.noFooter ? b("", !0) : (a(),
|
|
109
|
-
default:
|
|
116
|
+
e.noFooter ? b("", !0) : (a(), f(C, { key: 0 }, {
|
|
117
|
+
default: i(() => [
|
|
110
118
|
u(e.$slots, "left-footer"),
|
|
111
|
-
|
|
119
|
+
$(y),
|
|
112
120
|
u(e.$slots, "footer")
|
|
113
121
|
]),
|
|
114
122
|
_: 3
|
|
115
123
|
}))
|
|
116
124
|
]),
|
|
117
125
|
_: 3
|
|
118
|
-
}, 8, ["title"])
|
|
126
|
+
}, 8, ["title", "class"])
|
|
119
127
|
])
|
|
120
128
|
]),
|
|
121
129
|
_: 3
|
|
122
|
-
}, 8, ["model-value", "persistent", "fullscreen"]);
|
|
130
|
+
}, 8, ["model-value", "persistent", "fullscreen", "class", "content-class"]);
|
|
123
131
|
}
|
|
124
|
-
const X = /* @__PURE__ */ v(
|
|
132
|
+
const X = /* @__PURE__ */ v(R, [["render", F]]), I = m({
|
|
125
133
|
name: "AccountAvatar",
|
|
126
134
|
props: {
|
|
127
135
|
item: {
|
|
@@ -134,19 +142,19 @@ const X = /* @__PURE__ */ v(E, [["render", I]]), O = f({
|
|
|
134
142
|
}
|
|
135
143
|
}
|
|
136
144
|
});
|
|
137
|
-
function
|
|
145
|
+
function O(e, t, s, o, n, l) {
|
|
138
146
|
const d = r("v-avatar");
|
|
139
|
-
return a(),
|
|
140
|
-
class:
|
|
147
|
+
return a(), f(d, {
|
|
148
|
+
class: g(`ff-avatar avatar-${e.size}-${e.item.initials.length >= 3 ? "l" : "s"}`),
|
|
141
149
|
size: e.size
|
|
142
150
|
}, {
|
|
143
|
-
default:
|
|
151
|
+
default: i(() => [
|
|
144
152
|
N(p(e.item.initials), 1)
|
|
145
153
|
]),
|
|
146
154
|
_: 1
|
|
147
155
|
}, 8, ["class", "size"]);
|
|
148
156
|
}
|
|
149
|
-
const Y = /* @__PURE__ */ v(
|
|
157
|
+
const Y = /* @__PURE__ */ v(I, [["render", O]]), M = (e) => e.surname ? `${e.name} ${e.surname}` : e.name, Z = m({
|
|
150
158
|
name: "UserAvatar",
|
|
151
159
|
props: {
|
|
152
160
|
user: {
|
|
@@ -163,32 +171,32 @@ const Y = /* @__PURE__ */ v(O, [["render", M]]), Z = (e) => e.surname ? `${e.nam
|
|
|
163
171
|
}
|
|
164
172
|
},
|
|
165
173
|
setup(e) {
|
|
166
|
-
return { fullName: S(() =>
|
|
174
|
+
return { fullName: S(() => M(e.user)) };
|
|
167
175
|
}
|
|
168
|
-
}),
|
|
169
|
-
function J(e, t,
|
|
170
|
-
const d = r("v-img"),
|
|
171
|
-
return a(),
|
|
176
|
+
}), G = { key: 1 };
|
|
177
|
+
function J(e, t, s, o, n, l) {
|
|
178
|
+
const d = r("v-img"), h = r("v-avatar");
|
|
179
|
+
return a(), f(h, {
|
|
172
180
|
color: e.user.avatar_thumb ? "light_grey_bg" : e.user.color ?? "primary",
|
|
173
|
-
class:
|
|
181
|
+
class: g(`avatar-${e.size}-${e.user.initials.length >= 3 ? "l" : "s"}`),
|
|
174
182
|
size: e.size
|
|
175
183
|
}, {
|
|
176
|
-
default:
|
|
177
|
-
e.user.avatar_thumb ? (a(),
|
|
184
|
+
default: i(() => [
|
|
185
|
+
e.user.avatar_thumb ? (a(), f(d, {
|
|
178
186
|
key: 0,
|
|
179
187
|
alt: e.fullName,
|
|
180
188
|
src: `${e.baseUrl}/${e.user.avatar_thumb}`
|
|
181
|
-
}, null, 8, ["alt", "src"])) : (a(),
|
|
189
|
+
}, null, 8, ["alt", "src"])) : (a(), _("span", G, p(e.user.initials), 1))
|
|
182
190
|
]),
|
|
183
191
|
_: 1
|
|
184
192
|
}, 8, ["color", "class", "size"]);
|
|
185
193
|
}
|
|
186
|
-
const j = /* @__PURE__ */ v(
|
|
194
|
+
const j = /* @__PURE__ */ v(Z, [["render", J]]), x = (e) => e ? e.replace(/(?:\r\n|\r|\n)/g, "<br>") : "", ee = (e) => {
|
|
187
195
|
let t = document.cookie.match(new RegExp("(^|;\\s*)(" + e + ")=([^;]*)"));
|
|
188
196
|
return t ? decodeURIComponent(t[3]) : null;
|
|
189
|
-
}, te = (e, t,
|
|
190
|
-
let n,
|
|
191
|
-
return
|
|
197
|
+
}, te = (e, t, s, o) => {
|
|
198
|
+
let n, l;
|
|
199
|
+
return o == null && (o = "/"), l = "", s && (n = /* @__PURE__ */ new Date(), n.setTime(n.getTime() + s * 24 * 60 * 60 * 1e3), l = "; expires=" + n.toUTCString()), document.cookie = encodeURIComponent(e) + "=" + encodeURIComponent(t) + l + "; path=" + o, !0;
|
|
192
200
|
};
|
|
193
201
|
export {
|
|
194
202
|
Y as AccountAvatar,
|
|
@@ -196,7 +204,7 @@ export {
|
|
|
196
204
|
W as PageSubtitle,
|
|
197
205
|
Q as PageTitle,
|
|
198
206
|
j as UserAvatar,
|
|
199
|
-
|
|
207
|
+
M as formatFullName,
|
|
200
208
|
ee as getCookie,
|
|
201
209
|
x as nl2br,
|
|
202
210
|
te as setCookie
|
package/dist/alytus-ff.umd.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(n,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(n=typeof globalThis<"u"?globalThis:n||self,e(n["Alytus FF"]={},n.Vue))})(this,function(n,e){"use strict";const m=e.defineComponent({name:"PageTitle",props:{title:{type:String,required:!0},description:{type:String,default:null}}}),i=(t,o)=>{const
|
|
1
|
+
(function(n,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(n=typeof globalThis<"u"?globalThis:n||self,e(n["Alytus FF"]={},n.Vue))})(this,function(n,e){"use strict";const m=e.defineComponent({name:"PageTitle",props:{title:{type:String,required:!0},description:{type:String,default:null}}}),i=(t,o)=>{const l=t.__vccOpts||t;for(const[r,s]of o)l[r]=s;return l},f={class:"mt-6 mb-3 ff-page-title"},u={class:"text-h5 ff-title"},$={key:0,class:"text-body-2 ff-description"};function _(t,o,l,r,s,a){return e.openBlock(),e.createElementBlock("div",f,[e.createElementVNode("div",null,[e.createElementVNode("span",u,e.toDisplayString(t.title),1),t.description?(e.openBlock(),e.createElementBlock("div",$,e.toDisplayString(t.description),1)):e.createCommentVNode("",!0)]),e.createElementVNode("div",null,[e.renderSlot(t.$slots,"buttons")])])}const g=i(m,[["render",_]]),C=e.defineComponent({name:"PageSubtitle",props:{subtitle:{type:String,required:!0}}}),h={class:"mt-7 mb-4 ff-page-subtitle"},y={class:"text-h6 font-weight-bold"};function k(t,o,l,r,s,a){return e.openBlock(),e.createElementBlock("div",h,[e.createElementVNode("div",y,e.toDisplayString(t.subtitle),1),e.createElementVNode("div",null,[e.renderSlot(t.$slots,"buttons")])])}const b=i(C,[["render",k]]);var B="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z";const S=e.defineComponent({name:"CustomDialog",methods:{mdiClose(){return B}},props:{value:{type:Boolean,required:!0},title:{type:String,default:null},persistent:{type:Boolean,default:!1},noFooter:{type:Boolean,default:!1},fullHeight:{type:Boolean,default:!1}}}),N={class:"close-btn"};function V(t,o,l,r,s,a){const c=e.resolveComponent("v-btn"),d=e.resolveComponent("v-card-text"),H=e.resolveComponent("v-spacer"),O=e.resolveComponent("v-card-actions"),R=e.resolveComponent("v-card"),I=e.resolveComponent("v-dialog");return e.openBlock(),e.createBlock(I,{"model-value":t.value,"max-width":"960",persistent:t.persistent,fullscreen:t.$vuetify.display.smAndDown,class:e.normalizeClass([t.fullHeight?"ff-dialog":"ff-dialog ff-full-height"]),"content-class":t.fullHeight?"ff-full-height":"","onUpdate:modelValue":o[1]||(o[1]=M=>t.$emit("close"))},{default:e.withCtx(()=>[e.renderSlot(t.$slots,"card",{},()=>[e.createVNode(R,{title:t.title,class:e.normalizeClass(t.fullHeight?"ff-full-height":"")},{append:e.withCtx(()=>[e.createElementVNode("div",N,[e.createVNode(c,{variant:"text",icon:t.mdiClose(),onClick:o[0]||(o[0]=M=>t.$emit("close"))},null,8,["icon"])])]),default:e.withCtx(()=>[e.createVNode(d,null,{default:e.withCtx(()=>[e.renderSlot(t.$slots,"default")]),_:3}),t.noFooter?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(O,{key:0},{default:e.withCtx(()=>[e.renderSlot(t.$slots,"left-footer"),e.createVNode(H),e.renderSlot(t.$slots,"footer")]),_:3}))]),_:3},8,["title","class"])])]),_:3},8,["model-value","persistent","fullscreen","class","content-class"])}const z=i(S,[["render",V]]),w=e.defineComponent({name:"AccountAvatar",props:{item:{type:Object,required:!0},size:{type:Number,default:32}}});function L(t,o,l,r,s,a){const c=e.resolveComponent("v-avatar");return e.openBlock(),e.createBlock(c,{class:e.normalizeClass(`ff-avatar avatar-${t.size}-${t.item.initials.length>=3?"l":"s"}`),size:t.size},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.item.initials),1)]),_:1},8,["class","size"])}const A=i(w,[["render",L]]),p=t=>t.surname?`${t.name} ${t.surname}`:t.name,E=e.defineComponent({name:"UserAvatar",props:{user:{type:Object,required:!0},size:{type:Number,required:!0},baseUrl:{type:String,required:!0}},setup(t){return{fullName:e.computed(()=>p(t.user))}}}),D={key:1};function T(t,o,l,r,s,a){const c=e.resolveComponent("v-img"),d=e.resolveComponent("v-avatar");return e.openBlock(),e.createBlock(d,{color:t.user.avatar_thumb?"light_grey_bg":t.user.color??"primary",class:e.normalizeClass(`avatar-${t.size}-${t.user.initials.length>=3?"l":"s"}`),size:t.size},{default:e.withCtx(()=>[t.user.avatar_thumb?(e.openBlock(),e.createBlock(c,{key:0,alt:t.fullName,src:`${t.baseUrl}/${t.user.avatar_thumb}`},null,8,["alt","src"])):(e.openBlock(),e.createElementBlock("span",D,e.toDisplayString(t.user.initials),1))]),_:1},8,["color","class","size"])}const U=i(E,[["render",T]]),q=t=>t?t.replace(/(?:\r\n|\r|\n)/g,"<br>"):"",P=t=>{let o=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return o?decodeURIComponent(o[3]):null},F=(t,o,l,r)=>{let s,a;return r==null&&(r="/"),a="",l&&(s=new Date,s.setTime(s.getTime()+l*24*60*60*1e3),a="; expires="+s.toUTCString()),document.cookie=encodeURIComponent(t)+"="+encodeURIComponent(o)+a+"; path="+r,!0};n.AccountAvatar=A,n.CustomDialog=z,n.PageSubtitle=b,n.PageTitle=g,n.UserAvatar=U,n.formatFullName=p,n.getCookie=P,n.nl2br=q,n.setCookie=F,Object.defineProperty(n,Symbol.toStringTag,{value:"Module"})});
|
|
@@ -15,6 +15,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15
15
|
type: BooleanConstructor;
|
|
16
16
|
default: boolean;
|
|
17
17
|
};
|
|
18
|
+
fullHeight: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
18
22
|
}>, {}, {}, {}, {
|
|
19
23
|
mdiClose(): string;
|
|
20
24
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -34,9 +38,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
34
38
|
type: BooleanConstructor;
|
|
35
39
|
default: boolean;
|
|
36
40
|
};
|
|
41
|
+
fullHeight: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
37
45
|
}>> & Readonly<{}>, {
|
|
38
46
|
title: string;
|
|
39
47
|
persistent: boolean;
|
|
40
48
|
noFooter: boolean;
|
|
49
|
+
fullHeight: boolean;
|
|
41
50
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
42
51
|
export default _default;
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.ff-page-title,.ff-page-subtitle{display:flex;justify-content:space-between;align-items:center}.ff-page-title .v-btn,.ff-page-subtitle .v-btn{text-transform:unset;letter-spacing:.045em}.ff-dialog.v-dialog .close-btn{margin-right:-4px}@media screen and (min-width: 600px){.ff-dialog.v-dialog .close-btn{margin-right:-12px}}.ff-dialog.v-dialog>.v-overlay__content>.v-card>.v-card-item{padding-left:16px;padding-right:16px}@media screen and (min-width: 600px){.ff-dialog.v-dialog>.v-overlay__content>.v-card>.v-card-item{padding-left:24px;padding-right:24px}}@media screen and (min-width: 960px){.ff-dialog.v-dialog>.v-overlay__content>.v-card>.v-card-item{padding-left:36px;padding-right:36px}}.ff-dialog.v-dialog>.v-overlay__content>.v-card>.v-card-text{padding-left:16px;padding-right:16px}@media screen and (min-width: 600px){.ff-dialog.v-dialog>.v-overlay__content>.v-card>.v-card-text{padding-left:24px;padding-right:24px}}@media screen and (min-width: 960px){.ff-dialog.v-dialog>.v-overlay__content>.v-card>.v-card-text{padding-left:36px;padding-right:36px}}.ff-dialog.v-dialog>.v-overlay__content>.v-card>.v-card-actions{padding:12px 16px 16px}@media screen and (min-width: 600px){.ff-dialog.v-dialog>.v-overlay__content>.v-card>.v-card-actions{padding-left:24px;padding-right:24px}}@media screen and (min-width: 960px){.ff-dialog.v-dialog>.v-overlay__content>.v-card>.v-card-actions{padding-left:36px;padding-right:36px}}.ff-avatar{background:linear-gradient(180deg,#3c3c3c,#4f4f4f 25%,#787878)!important;color:#fff!important}.avatar-96-s{font-size:32px!important;font-weight:500!important}.avatar-96-l{font-size:26px!important;font-weight:500!important}.avatar-32-s{font-size:14px!important;font-weight:500!important;line-height:normal!important;letter-spacing:1px}.avatar-32-l{font-size:11px!important;font-weight:500!important;line-height:normal!important;letter-spacing:1px}
|
|
1
|
+
.ff-page-title,.ff-page-subtitle{display:flex;justify-content:space-between;align-items:center}.ff-page-title .v-btn,.ff-page-subtitle .v-btn{text-transform:unset;letter-spacing:.045em}.ff-dialog.v-dialog .close-btn{margin-right:-4px}@media screen and (min-width: 600px){.ff-dialog.v-dialog .close-btn{margin-right:-12px}}.ff-dialog.v-dialog>.v-overlay__content>.v-card>.v-card-item{padding-left:16px;padding-right:16px}@media screen and (min-width: 600px){.ff-dialog.v-dialog>.v-overlay__content>.v-card>.v-card-item{padding-left:24px;padding-right:24px}}@media screen and (min-width: 960px){.ff-dialog.v-dialog>.v-overlay__content>.v-card>.v-card-item{padding-left:36px;padding-right:36px}}.ff-dialog.v-dialog>.v-overlay__content>.v-card>.v-card-text{padding-left:16px;padding-right:16px}@media screen and (min-width: 600px){.ff-dialog.v-dialog>.v-overlay__content>.v-card>.v-card-text{padding-left:24px;padding-right:24px}}@media screen and (min-width: 960px){.ff-dialog.v-dialog>.v-overlay__content>.v-card>.v-card-text{padding-left:36px;padding-right:36px}}.ff-dialog.v-dialog>.v-overlay__content>.v-card>.v-card-actions{padding:12px 16px 16px}@media screen and (min-width: 600px){.ff-dialog.v-dialog>.v-overlay__content>.v-card>.v-card-actions{padding-left:24px;padding-right:24px}}@media screen and (min-width: 960px){.ff-dialog.v-dialog>.v-overlay__content>.v-card>.v-card-actions{padding-left:36px;padding-right:36px}}.ff-full-height{height:100%}.ff-avatar{background:linear-gradient(180deg,#3c3c3c,#4f4f4f 25%,#787878)!important;color:#fff!important}.avatar-96-s{font-size:32px!important;font-weight:500!important}.avatar-96-l{font-size:26px!important;font-weight:500!important}.avatar-32-s{font-size:14px!important;font-weight:500!important;line-height:normal!important;letter-spacing:1px}.avatar-32-l{font-size:11px!important;font-weight:500!important;line-height:normal!important;letter-spacing:1px}
|