Skip to content

Commit 8722989

Browse files
committed
Updated toasts
1 parent 71b128f commit 8722989

24 files changed

+209
-104
lines changed

assets/fonts/Kohinoor-Bold.woff

23 KB
Binary file not shown.

assets/fonts/Kohinoor-Book.woff

23.4 KB
Binary file not shown.

assets/fonts/Kohinoor-Demi.woff

23.6 KB
Binary file not shown.

assets/fonts/Kohinoor-Light.woff

20.1 KB
Binary file not shown.

assets/fonts/Kohinoor-Medium.woff

23.9 KB
Binary file not shown.

dist/components/layout/components/LayoutBrand.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/list/components/ListRow.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.css

Lines changed: 34 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -962,6 +962,10 @@ h1, .h1 {
962962
font-style: normal;
963963
}
964964

965+
option {
966+
font-family: sans-serif !important;
967+
}
968+
965969
.main-nav i {
966970
font-size: 3rem;
967971
}
@@ -970,9 +974,12 @@ h1, .h1 {
970974
color: var(--texmo-text-color) !important;
971975
}
972976

977+
.logo-containter {
978+
height: 8rem;
979+
}
980+
973981
.logo {
974-
max-height: 80px;
975-
max-width: 260px;
982+
height: auto;
976983
width: auto;
977984
margin: 1.5rem;
978985
}
@@ -1042,9 +1049,15 @@ a.card-link {
10421049
padding: 0;
10431050
}
10441051

1052+
.Toastify__toast-body {
1053+
text-align: center;
1054+
}
1055+
10451056
.Toastify__toast {
10461057
border-radius: 0px;
1047-
min-height: 80px;
1058+
font-weight: 600;
1059+
font-size: 1.125rem;
1060+
height: 8rem;
10481061
}
10491062

10501063
.Toastify__toast-icon {
@@ -1053,8 +1066,8 @@ a.card-link {
10531066
width: 30px;
10541067
}
10551068

1056-
.Toastify__close-button {
1057-
margin-right: 10px;
1069+
.Toastify__toast-body {
1070+
font-family: var(--texmo-font);
10581071
}
10591072

10601073
.nav-link {
@@ -1112,20 +1125,6 @@ a.card-link {
11121125
}
11131126
}
11141127

1115-
:root {
1116-
--texmo-primary-color: #6A955B;
1117-
--texmo-text-color: #424244;
1118-
--texmo-bg-primary: #F2F2F2;
1119-
--texmo-bg-secondary: #E5E5E5;
1120-
--texmo-font: "kohinoor", sans-serif;
1121-
--texmo-bg-secondary-borders: #c9c9c9;
1122-
--toastify-color-light: #f2f2f2;
1123-
--toastify-color-success: #6A955B;
1124-
--toastify-color-error: #99444f;
1125-
--toastify-text-color-light: var(--texmo-text-color);
1126-
--toastify-toast-width: 100vw;
1127-
}
1128-
11291128
@font-face {
11301129
font-family: "kohinoor";
11311130
src: url("https://use.typekit.net/af/90bc9f/0000000000000000774f4a9a/30/l?subset_id=2&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/90bc9f/0000000000000000774f4a9a/30/d?subset_id=2&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/90bc9f/0000000000000000774f4a9a/30/a?subset_id=2&fvd=n5&v=3") format("opentype");
@@ -1170,6 +1169,22 @@ a.card-link {
11701169
font-family: "kohinoor", sans-serif;
11711170
}
11721171

1172+
:root {
1173+
--texmo-primary-color: #6A955B;
1174+
--texmo-text-color: #424244;
1175+
--texmo-bg-primary: #F2F2F2;
1176+
--texmo-bg-secondary: #E5E5E5;
1177+
--texmo-font: "kohinoor", sans-serif;
1178+
--texmo-bg-secondary-borders: #c9c9c9;
1179+
--toastify-color-light: #f2f2f2;
1180+
--toastify-color-success: #D1DECD;
1181+
--toastify-color-error: #FFD9D5;
1182+
--toastify-text-color-success: #6A955B;
1183+
--toastify-text-color-error: #99444f;
1184+
--toastify-text-color-light: var(--texmo-text-color);
1185+
--toastify-toast-width: 100vw;
1186+
}
1187+
11731188
/*!
11741189
* Bootstrap v5.3.2 (https://getbootstrap.com/)
11751190
* Copyright 2011-2023 The Bootstrap Authors

dist/index.es.css

Lines changed: 34 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -962,6 +962,10 @@ h1, .h1 {
962962
font-style: normal;
963963
}
964964

965+
option {
966+
font-family: sans-serif !important;
967+
}
968+
965969
.main-nav i {
966970
font-size: 3rem;
967971
}
@@ -970,9 +974,12 @@ h1, .h1 {
970974
color: var(--texmo-text-color) !important;
971975
}
972976

977+
.logo-containter {
978+
height: 8rem;
979+
}
980+
973981
.logo {
974-
max-height: 80px;
975-
max-width: 260px;
982+
height: auto;
976983
width: auto;
977984
margin: 1.5rem;
978985
}
@@ -1042,9 +1049,15 @@ a.card-link {
10421049
padding: 0;
10431050
}
10441051

1052+
.Toastify__toast-body {
1053+
text-align: center;
1054+
}
1055+
10451056
.Toastify__toast {
10461057
border-radius: 0px;
1047-
min-height: 80px;
1058+
font-weight: 600;
1059+
font-size: 1.125rem;
1060+
height: 8rem;
10481061
}
10491062

10501063
.Toastify__toast-icon {
@@ -1053,8 +1066,8 @@ a.card-link {
10531066
width: 30px;
10541067
}
10551068

1056-
.Toastify__close-button {
1057-
margin-right: 10px;
1069+
.Toastify__toast-body {
1070+
font-family: var(--texmo-font);
10581071
}
10591072

10601073
.nav-link {
@@ -1112,20 +1125,6 @@ a.card-link {
11121125
}
11131126
}
11141127

1115-
:root {
1116-
--texmo-primary-color: #6A955B;
1117-
--texmo-text-color: #424244;
1118-
--texmo-bg-primary: #F2F2F2;
1119-
--texmo-bg-secondary: #E5E5E5;
1120-
--texmo-font: "kohinoor", sans-serif;
1121-
--texmo-bg-secondary-borders: #c9c9c9;
1122-
--toastify-color-light: #f2f2f2;
1123-
--toastify-color-success: #6A955B;
1124-
--toastify-color-error: #99444f;
1125-
--toastify-text-color-light: var(--texmo-text-color);
1126-
--toastify-toast-width: 100vw;
1127-
}
1128-
11291128
@font-face {
11301129
font-family: "kohinoor";
11311130
src: url("https://use.typekit.net/af/90bc9f/0000000000000000774f4a9a/30/l?subset_id=2&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/90bc9f/0000000000000000774f4a9a/30/d?subset_id=2&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/90bc9f/0000000000000000774f4a9a/30/a?subset_id=2&fvd=n5&v=3") format("opentype");
@@ -1170,6 +1169,22 @@ a.card-link {
11701169
font-family: "kohinoor", sans-serif;
11711170
}
11721171

1172+
:root {
1173+
--texmo-primary-color: #6A955B;
1174+
--texmo-text-color: #424244;
1175+
--texmo-bg-primary: #F2F2F2;
1176+
--texmo-bg-secondary: #E5E5E5;
1177+
--texmo-font: "kohinoor", sans-serif;
1178+
--texmo-bg-secondary-borders: #c9c9c9;
1179+
--toastify-color-light: #f2f2f2;
1180+
--toastify-color-success: #D1DECD;
1181+
--toastify-color-error: #FFD9D5;
1182+
--toastify-text-color-success: #6A955B;
1183+
--toastify-text-color-error: #99444f;
1184+
--toastify-text-color-light: var(--texmo-text-color);
1185+
--toastify-toast-width: 100vw;
1186+
}
1187+
11731188
/*!
11741189
* Bootstrap v5.3.2 (https://getbootstrap.com/)
11751190
* Copyright 2011-2023 The Bootstrap Authors

dist/index.es.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)