summaryrefslogtreecommitdiff
path: root/Authentication
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-23 22:12:42 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-23 22:12:42 +0800
commit1cd3e4c1daa4ad59853fc65c8edddab91f2c0c43 (patch)
tree48d97db42eef5766cc218e70ca9a8018361d8ca4 /Authentication
parent2cf3e72be21545981f27b838832a055d1dc27489 (diff)
Merge Bootstrap properties to Eduport
Diffstat (limited to 'Authentication')
-rw-r--r--Authentication/SignIn.ui.qml19
-rw-r--r--Authentication/SignUp.ui.qml13
2 files changed, 15 insertions, 17 deletions
diff --git a/Authentication/SignIn.ui.qml b/Authentication/SignIn.ui.qml
index f07bc27..eadc633 100644
--- a/Authentication/SignIn.ui.qml
+++ b/Authentication/SignIn.ui.qml
@@ -1,7 +1,6 @@
import QtQuick 2.15
import QtQuick.Controls 2.15
import QtQuick.Layouts 1.15
-import Bootstrap 5.3
import Eduport 1.4
import "../Label" as Lbl
import "../TextField" as TxtFld
@@ -127,11 +126,11 @@ Flickable {
id: rememberCheckBox
text: qsTr("Remember me")
font {
- family: Bootstrap
+ family: Eduport
.bodyFont.family
- weight: Bootstrap
+ weight: Eduport
.bodyFont.weight
- pointSize: Bootstrap
+ pointSize: Eduport
.bodyFont
.pointSize
}
@@ -148,11 +147,11 @@ Flickable {
id: forgotPassword
text: "<a href=\"#\">Forgot password?</a>"
font {
- family: Bootstrap
+ family: Eduport
.bodyFont.family
- weight: Bootstrap
+ weight: Eduport
.bodyFont.weight
- pointSize: Bootstrap
+ pointSize: Eduport
.bodyFont
.pointSize
}
@@ -181,11 +180,11 @@ Flickable {
id: signUp
text: "<a href=\"sign-up.html\">Signup here</a>"
font {
- family: Bootstrap.bodyFont
+ family: Eduport.bodyFont
.family
- weight: Bootstrap.bodyFont
+ weight: Eduport.bodyFont
.weight
- pointSize: Bootstrap.bodyFont
+ pointSize: Eduport.bodyFont
.pointSize
underline: false
}
diff --git a/Authentication/SignUp.ui.qml b/Authentication/SignUp.ui.qml
index e85f202..0644a96 100644
--- a/Authentication/SignUp.ui.qml
+++ b/Authentication/SignUp.ui.qml
@@ -1,7 +1,6 @@
import QtQuick 2.15
import QtQuick.Controls 2.15
import QtQuick.Layouts 1.15
-import Bootstrap 5.3
import Eduport 1.4
import "../Label" as Lbl
import "../TextField" as TxtFld
@@ -159,11 +158,11 @@ Flickable {
id: agreementCheckBox
text: "By signing up, you agree to the <a href=\"#\">terms of service</a>"
font {
- family: Bootstrap
+ family: Eduport
.bodyFont.family
- weight: Bootstrap
+ weight: Eduport
.bodyFont.weight
- pointSize: Bootstrap
+ pointSize: Eduport
.bodyFont
.pointSize
}
@@ -197,11 +196,11 @@ Flickable {
id: signIn
text: "<a href=\"sign-in.html\">Sign in here</a>"
font {
- family: Bootstrap.bodyFont
+ family: Eduport.bodyFont
.family
- weight: Bootstrap.bodyFont
+ weight: Eduport.bodyFont
.weight
- pointSize: Bootstrap.bodyFont
+ pointSize: Eduport.bodyFont
.pointSize
underline: false
}