Skip to content

Commit

Permalink
[chore] address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Achintha Isuru committed Feb 6, 2024
1 parent e445d5f commit ffa92cc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
13 changes: 11 additions & 2 deletions modules/theme/src/theme-core/definitions/apps/login-portal.less
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,15 @@
}
}

/* SMS OTP interface */
.sms-otp-portal-layout {
.sms-otp-fields {
@media screen and (min-width: 500px) {
flex-wrap: nowrap;
}
}
}

.cookie-policy-message {
font-size: 14px;
}
Expand Down Expand Up @@ -298,8 +307,8 @@
------------------------------*/

a.session-refresh {
float: right;
margin-bottom: 5px;
float: right;
margin-bottom: 5px;
}

.active-sessions-table tr {
Expand Down
5 changes: 5 additions & 0 deletions modules/theme/src/theme-core/definitions/globals/product.less
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,11 @@ body {
}
}

/** Helper class to support new line */
.line-break {
white-space: pre-line;
}

/*****************************************
Layout
*****************************************/
Expand Down
14 changes: 0 additions & 14 deletions modules/theme/src/themes/wso2is/apps/login-portal.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -165,20 +165,6 @@
}
}

/** Helper class to support new line */
.line-break {
white-space: pre-line;
}

/* SMS OTP interface */
.sms-otp-portal-layout {
.sms-otp-fields {
@media screen and (min-width: 500px) {
flex-wrap: nowrap;
}
}
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
display: none;
Expand Down

0 comments on commit ffa92cc

Please sign in to comment.