@openedx/paragon 23.4.3 → 23.4.5

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/dist/core.css CHANGED
@@ -1154,6 +1154,7 @@ p {
1154
1154
  }
1155
1155
  abbr[title],
1156
1156
  abbr[data-original-title] {
1157
+ text-decoration: underline;
1157
1158
  text-decoration: underline dotted;
1158
1159
  cursor: help;
1159
1160
  border-bottom: 0;
@@ -1262,6 +1263,7 @@ caption {
1262
1263
  }
1263
1264
  th {
1264
1265
  font-weight: var(--pgn-typography-font-weight-table-th);
1266
+ text-align: inherit;
1265
1267
  text-align: -webkit-match-parent;
1266
1268
  }
1267
1269
  label {
@@ -11152,12 +11154,16 @@ a.pgn__card {
11152
11154
  flex-shrink: 0;
11153
11155
  }
11154
11156
  .pgn__card .pgn__card-status.pgn__card-status__primary {
11157
+ color: inherit;
11158
+ background-color: var(--pgn-color-primary-100);
11159
+ border-color: var(--pgn-color-primary-200);
11155
11160
  color: var(--pgn-color-white);
11156
11161
  background-color: var(--pgn-color-primary-500);
11157
11162
  border-color: var(--pgn-color-primary-500);
11158
11163
  box-shadow: 0 0 0 1px var(--pgn-color-primary-500);
11159
11164
  }
11160
11165
  .pgn__card .pgn__card-status.pgn__card-status__primary .pgn__card-status__content-icon {
11166
+ color: var(--pgn-color-primary-500);
11161
11167
  color: var(--pgn-color-white);
11162
11168
  }
11163
11169
  .pgn__card .pgn__card-status.pgn__card-status__secondary {
@@ -11985,6 +11991,7 @@ pre code {
11985
11991
  .dropright .dropdown-toggle::after {
11986
11992
  display: inline-block;
11987
11993
  margin-left: var(--pgn-spacing-caret-base);
11994
+ vertical-align: var(--pgn-spacing-caret-vertical-align);
11988
11995
  content: "";
11989
11996
  border-top: var(--pgn-size-caret-width) solid transparent;
11990
11997
  border-right: 0;
@@ -12003,6 +12010,7 @@ pre code {
12003
12010
  margin-right: var(--pgn-spacing-dropdown-spacer);
12004
12011
  }
12005
12012
  .dropleft .dropdown-toggle::after {
12013
+ display: inline-block;
12006
12014
  margin-left: var(--pgn-spacing-caret-base);
12007
12015
  vertical-align: var(--pgn-spacing-caret-vertical-align);
12008
12016
  content: "";
@@ -12011,6 +12019,7 @@ pre code {
12011
12019
  .dropleft .dropdown-toggle::before {
12012
12020
  display: inline-block;
12013
12021
  margin-right: var(--pgn-spacing-caret-base);
12022
+ vertical-align: var(--pgn-spacing-caret-vertical-align);
12014
12023
  content: "";
12015
12024
  border-top: var(--pgn-size-caret-width) solid transparent;
12016
12025
  border-right: var(--pgn-size-caret-width) solid;
@@ -13975,6 +13984,7 @@ select.form-control {
13975
13984
  align-items: center;
13976
13985
  display: flex;
13977
13986
  justify-content: center;
13987
+ min-height: 100vh;
13978
13988
  min-height: -webkit-fill-available;
13979
13989
  padding: 0.1px;
13980
13990
  position: relative;
@@ -15000,6 +15010,7 @@ select.form-control {
15000
15010
  font-style: normal;
15001
15011
  font-weight: var(--pgn-typography-font-weight-normal);
15002
15012
  line-height: var(--pgn-typography-line-height-base);
15013
+ text-align: left;
15003
15014
  text-align: start;
15004
15015
  text-decoration: none;
15005
15016
  text-shadow: none;
@@ -15744,6 +15755,7 @@ select.form-control {
15744
15755
  font-style: normal;
15745
15756
  font-weight: var(--pgn-typography-font-weight-normal);
15746
15757
  line-height: var(--pgn-typography-line-height-base);
15758
+ text-align: left;
15747
15759
  text-align: start;
15748
15760
  text-decoration: none;
15749
15761
  text-shadow: none;
@@ -16536,6 +16548,7 @@ select.form-control {
16536
16548
  opacity: 1;
16537
16549
  }
16538
16550
  .toast.show {
16551
+ display: block;
16539
16552
  opacity: 1;
16540
16553
  display: flex;
16541
16554
  flex-direction: column;