touchstudy-core 0.1.45 → 0.1.47
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/assets/singleLogo.d.ts +3 -0
- package/dist/assets/slogan-full-logo-en.d.ts +3 -0
- package/dist/assets/slogan-full-logo-ko.d.ts +3 -0
- package/dist/assets/studentFullLogoEN.d.ts +3 -0
- package/dist/assets/studentFullLogoKO.d.ts +3 -0
- package/dist/assets/teacherFullLogoEN.d.ts +3 -0
- package/dist/assets/teacherFullLogoKO.d.ts +3 -0
- package/dist/index.css +4 -3
- package/dist/index.js +663 -95
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +665 -97
- package/dist/index.modern.js.map +1 -1
- package/dist/utils/constants.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -165,7 +165,8 @@
|
|
165
165
|
font-size: 20px;
|
166
166
|
font-weight: 600;
|
167
167
|
line-height: 1;
|
168
|
-
color: #fff;
|
168
|
+
color: #fff;
|
169
|
+
background: #349056; }
|
169
170
|
._3RDWF {
|
170
171
|
margin-right: 12px; }
|
171
172
|
._2ibYC img {
|
@@ -422,11 +423,11 @@
|
|
422
423
|
._3xnI5 ._3hx2T ._3UyhW div span {
|
423
424
|
display: none; }
|
424
425
|
._3xnI5 a._1TGKA {
|
425
|
-
border-bottom: 1px solid #
|
426
|
+
border-bottom: 1px solid #3DC674;
|
426
427
|
border-radius: 0; }
|
427
428
|
._3xnI5 a._1AqMh,
|
428
429
|
._3xnI5 a._1TGKA {
|
429
|
-
color: #
|
430
|
+
color: #3DC674; }
|
430
431
|
._3xnI5 ._3UyhW {
|
431
432
|
font-size: 14px;
|
432
433
|
font-weight: 700;
|