This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #SB-0000 merge: Sprint 2 changes to sprint 3 Merge pull request #…
…478 from Sunbird-Ed/release-1.14.0 Release 1.14.0
- Loading branch information
Showing
12 changed files
with
161 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,124 +1,119 @@ | ||
|
||
.resource-card{ | ||
box-shadow: none; | ||
} | ||
.app-icon{ | ||
width:100%; | ||
min-height:70px; | ||
max-height:70px; | ||
.resource-card{ | ||
box-shadow: none; | ||
} | ||
.custom.card { | ||
width: 282px; | ||
border-radius: 2px; | ||
height: 80px; | ||
// box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.12); | ||
grid-gap: 13px; | ||
background-color: #fff; | ||
&.saved { | ||
border-radius: 2px; | ||
background-color: rgba(0, 136, 68, 0.1); | ||
border: 0.5px solid #008844; | ||
} | ||
.custom.card { | ||
width: 282px; | ||
&.recent { | ||
border-radius: 2px; | ||
height: 80px; | ||
// box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.12); | ||
grid-gap: 13px; | ||
background-color: #fff; | ||
&.saved { | ||
border-radius: 2px; | ||
background-color: rgba(0, 136, 68, 0.1); | ||
border: 0.5px solid #008844; | ||
background-color: rgba(2, 79, 157, 0.1); | ||
border: 0.5px solid #024f9d; | ||
} | ||
@include margin(0, 16px, 0, 0); | ||
@include padding(15px, 16px); | ||
display: grid; | ||
grid-template-columns: 1fr 2.9fr; | ||
&.about{ | ||
display: block; | ||
ion-label{ | ||
margin-bottom: 1px; | ||
font-size: 12px; | ||
font-weight: bold; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: normal; | ||
letter-spacing: -0.4px; | ||
color: #a4a4a4; | ||
} | ||
&.recent { | ||
border-radius: 2px; | ||
background-color: rgba(2, 79, 157, 0.1); | ||
border: 0.5px solid #024f9d; | ||
p{ | ||
margin-top: 0; | ||
font-size: 14px; | ||
font-weight: normal; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: normal; | ||
letter-spacing: -0.4px; | ||
color: #000000; | ||
} | ||
@include margin(0, 16px, 0, 0); | ||
@include padding(15px, 16px); | ||
} | ||
// &:first-child { | ||
// @include margin(null, null, null, 21px !important); | ||
// } | ||
// &:last-child { | ||
// @include margin(null, 16px, null, null !important); | ||
// } | ||
.left { | ||
overflow:hidden; | ||
display: grid; | ||
grid-template-columns: 1fr 2.9fr; | ||
&.about{ | ||
display: block; | ||
ion-label{ | ||
margin-bottom: 1px; | ||
font-size: 12px; | ||
font-weight: bold; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: normal; | ||
letter-spacing: -0.4px; | ||
color: #a4a4a4; | ||
} | ||
p{ | ||
margin-top: 0; | ||
font-size: 14px; | ||
font-weight: normal; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: normal; | ||
letter-spacing: -0.4px; | ||
color: #000000; | ||
} | ||
} | ||
// &:first-child { | ||
// @include margin(null, null, null, 21px !important); | ||
// } | ||
// &:last-child { | ||
// @include margin(null, 16px, null, null !important); | ||
// } | ||
.left { | ||
overflow:hidden; | ||
display: grid; | ||
grid-template-columns: 1fr; | ||
grid-template-rows: 1fr; | ||
grid-template-columns: 1fr; | ||
grid-template-rows: 1fr; | ||
|
||
.img-container { | ||
background-color: grey; | ||
width:100%; | ||
min-height:70px; | ||
} | ||
.img-container { | ||
background-color: grey; | ||
width:100%; | ||
width: 56px; | ||
height: 56px; | ||
} | ||
.right { | ||
overflow:hidden; | ||
display: grid; | ||
grid-template-columns: 1fr; | ||
grid-template-rows: 1fr; | ||
} | ||
.right { | ||
overflow:hidden; | ||
display: grid; | ||
grid-template-columns: 1fr; | ||
grid-template-rows: 1fr; | ||
|
||
.title { | ||
width:100%; | ||
overflow:hidden; | ||
text-overflow: ellipsis; | ||
display: -webkit-box; | ||
-webkit-line-clamp: 2; | ||
-webkit-box-orient: vertical; | ||
margin:0; | ||
margin-bottom: 3px; | ||
padding:0; | ||
font-weight: 500; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: normal; | ||
letter-spacing: -0.4px; | ||
color: #333333; | ||
} | ||
.info{ | ||
font-size: 12px; | ||
font-weight: 500; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: normal; | ||
letter-spacing: -0.4px; | ||
color: #979797; | ||
} | ||
.title { | ||
width:100%; | ||
overflow:hidden; | ||
text-overflow: ellipsis; | ||
display: -webkit-box; | ||
-webkit-line-clamp: 2; | ||
-webkit-box-orient: vertical; | ||
margin:0; | ||
margin-bottom: 3px; | ||
padding:0; | ||
font-weight: 500; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: normal; | ||
letter-spacing: -0.4px; | ||
color: #333333; | ||
} | ||
.info{ | ||
font-size: 12px; | ||
font-weight: 500; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: normal; | ||
letter-spacing: -0.4px; | ||
color: #979797; | ||
} | ||
} | ||
|
||
&.offline{ | ||
.left{ | ||
margin: -16px 0 -15px -16px; | ||
&.offline{ | ||
.left{ | ||
margin: -16px 0 -15px -16px; | ||
|
||
.img-container { | ||
display: flex; | ||
align-items: center; | ||
background-color: map-get($colors, danger); | ||
.icon{ | ||
margin: auto; | ||
font-size: 25px; | ||
} | ||
.img-container { | ||
display: flex; | ||
align-items: center; | ||
background-color: map-get($colors, danger); | ||
.icon{ | ||
margin: auto; | ||
font-size: 25px; | ||
} | ||
} | ||
.right{ | ||
opacity: 0.5; | ||
} | ||
} | ||
.right{ | ||
opacity: 0.5; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.