diff --git a/public/fonts/fontello.eot b/public/fonts/fontello.eot index ba7781b..2cd8da7 100644 Binary files a/public/fonts/fontello.eot and b/public/fonts/fontello.eot differ diff --git a/public/fonts/fontello.svg b/public/fonts/fontello.svg index 0ee6b76..27432ca 100644 --- a/public/fonts/fontello.svg +++ b/public/fonts/fontello.svg @@ -418,6 +418,26 @@ + + + + + + + + + + + + + + + + + + + + @@ -722,6 +742,8 @@ + + @@ -866,6 +888,8 @@ + + diff --git a/public/fonts/fontello.ttf b/public/fonts/fontello.ttf index 66754dc..26d14e3 100644 Binary files a/public/fonts/fontello.ttf and b/public/fonts/fontello.ttf differ diff --git a/public/fonts/fontello.woff b/public/fonts/fontello.woff index 650d75d..17cd64d 100644 Binary files a/public/fonts/fontello.woff and b/public/fonts/fontello.woff differ diff --git a/public/fonts/fontello.woff2 b/public/fonts/fontello.woff2 index a1a385b..058cf87 100644 Binary files a/public/fonts/fontello.woff2 and b/public/fonts/fontello.woff2 differ diff --git a/resources/js/Global/components/Blocks/Name.vue b/resources/js/Global/components/Blocks/Name.vue index ec19182..5d5c640 100644 --- a/resources/js/Global/components/Blocks/Name.vue +++ b/resources/js/Global/components/Blocks/Name.vue @@ -3,9 +3,10 @@
{{ number }}
-
{{ name_fa }}
+
+
{{ name_fa }}
-
{{ name_en }}
+
{{ name_en }}
{{ date }}
WMi-{{ labelIcon }} {{ label }}
@@ -23,6 +24,7 @@ number: { default: '' }, name_fa: { default: 'نام فارسی' }, name_en: String, + top_label: String, date: String, label: String, labelIcon: String, @@ -35,6 +37,7 @@ display: flex; justify-content: right; align-items: center; + position: relative; } .name-block .En.number { font-size: 55px; @@ -45,11 +48,11 @@ .name-block .text { text-align: right; } - .name-block .text .Fa { + .name-block .text .title-fa { font-size: 20px; line-height: 22px; } - .name-block .text .En { + .name-block .text .title-en { font-size: 12px; line-height: 18px; letter-spacing: 5px; @@ -57,6 +60,7 @@ margin-right: -5px; margin-top: -2px; color: #b1b1b1; + direction: ltr; } .name-block .text .date { font-size: 12px; @@ -65,12 +69,16 @@ font-size: 14px; } - .name-block.en-origin .text .En { + .name-block.en-origin .text .title-en { font-size: 13px; text-transform: none; letter-spacing: 0px; margin-right: 0px; } + .name-block .text .top-label { + font-size: 12px; + opacity: 0.8; + } /*----------------------------------------------------*/ /* Size MD */ @@ -79,13 +87,13 @@ text-align:right; padding: 0px 2px; } - .name-block.md .Fa { + .name-block.md .title-fa { font-size: 18px; - line-height: 28px; + line-height: 18px; } - .name-block.md .En { + .name-block.md .title-en { font-size: 10px; - line-height: 18px; + line-height: 16px; letter-spacing: 3px; text-transform: uppercase; margin-right: -3px; @@ -100,16 +108,16 @@ text-align:right; padding: 0px 2px; } - .name-block.sm .Fa { + .name-block.sm .title-fa { font-size: 16px; line-height: 26px; } - .name-block.sm .En { + .name-block.sm .title-en { font-size: 10px; line-height: 18px; - letter-spacing: 3px; + letter-spacing: 2px; text-transform: uppercase; - margin-right: -3px; + margin-right: -2px; } .name-block.sm .En.number { font-size: 36px; @@ -122,11 +130,11 @@ text-align:right; padding: 0px 2px; } - .name-block.xl .Fa { + .name-block.xl .title-fa { font-size: 28px; line-height: 38px; } - .name-block.xl .En { + .name-block.xl .title-en { font-size: 16px; line-height: 24px; letter-spacing: 5px; @@ -139,7 +147,7 @@ /*----------------------------------------------------*/ /* Fa-Only */ /*----------------------------------------------------*/ - .name-block.fa-only .En.number { + .name-block.fa-only .title-en.number { font-size: 22px; line-height: 22px; margin-left: 0px; @@ -157,6 +165,11 @@ opacity: 0.08; line-height: 80px; } + .name-block.number-absolute.top-left .number { + top: 0px; + right: 0px; + line-height: 36px; + } .name-block.number-light-gray .number { color: var(--color-light-gray); diff --git a/resources/js/Global/components/Dividers/Section-Title.vue b/resources/js/Global/components/Dividers/Section-Title.vue index 53b8e0f..95c1a29 100644 --- a/resources/js/Global/components/Dividers/Section-Title.vue +++ b/resources/js/Global/components/Dividers/Section-Title.vue @@ -45,6 +45,9 @@ export default { font-size: 50px; opacity: 0.2; } +.section-title.icon-ml-15 .v-icon { + margin-left: 15px; +} .section-title .Title { diff --git a/resources/js/Global/components/Tiles/Icon-Tile.vue b/resources/js/Global/components/Tiles/Icon-Tile.vue index 03c2ba1..8d57fba 100644 --- a/resources/js/Global/components/Tiles/Icon-Tile.vue +++ b/resources/js/Global/components/Tiles/Icon-Tile.vue @@ -1,5 +1,5 @@