diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 0415f0b..80cf685 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -594,6 +594,20 @@ a:focus { .subscribe-subject { border:none; } + +.subject-card-items { + padding-right: 0px; +} +.subject-card-items i{ + font-size: 25px !important; + margin-top: 6px; + margin-right: 10px; + color: black !important; +} + +.subject-card-items i:hover{ + color: white !important; +} /* subjects app ends */ /* Themes */ @@ -826,4 +840,22 @@ a.add-row { .add_resource ul { width: 100%; -} \ No newline at end of file +} + +/*topics app starts*/ + +.topic-card-items { + padding-right: 0px; +} +.topic-card-items i{ + font-size: 25px !important; + margin-top: 6px; + margin-right: 10px; + color: black !important; +} + +.topic-card-items i:hover{ + color: white !important; +} + +/*topic app ends*/ \ No newline at end of file diff --git a/subjects/templates/subjects/subject_card.html b/subjects/templates/subjects/subject_card.html index e2c6eef..56c5efb 100644 --- a/subjects/templates/subjects/subject_card.html +++ b/subjects/templates/subjects/subject_card.html @@ -19,7 +19,7 @@ -