Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(775)

Unified Diff: templates/web-full/web/styles/components/_modules/_next-lessons.scss

Issue 261330043: update changelog (Closed) Base URL: git@github.com:google/stagehand.git@master
Patch Set: remove drone script Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: templates/web-full/web/styles/components/_modules/_next-lessons.scss
diff --git a/templates/web-full/web/styles/components/_modules/_next-lessons.scss b/templates/web-full/web/styles/components/_modules/_next-lessons.scss
deleted file mode 100644
index b3299da0a07815b27095d1659acbb25081869dbc..0000000000000000000000000000000000000000
--- a/templates/web-full/web/styles/components/_modules/_next-lessons.scss
+++ /dev/null
@@ -1,79 +0,0 @@
-/**
-*
-* Next Lessons
-*
-**/
-
-.next-lessons {
- background: $colorGrayDark;
- padding: $lineHeight $lineHeight $lineHeight * 2;
- margin-top: $lineHeight;
- color: #ffffff;
- position: relative;
-
- h3 {
- i {
- @include medium {
- display: none;
- }
- }
- }
-
- &::before,
- &::after {
- color: rgba(255, 255, 255, 0.5);
- position: absolute;
- display: none;
-
- @include medium {
- display: inline-block;
- }
- }
-
- &::before {
- @include medium {
- content: attr(data-current-lesson);
-
- font-family: $fontHighlight;
- font-size: $fontBase;
- font-weight: 400;
- line-height: 1;
-
- background: $colorGrayDark;
- display: inline-block;
- padding: 5px 7px;
-
- right: 127px;
- top: 143px;
-
- z-index: 1;
- color: rgba(255, 255, 255, 0.5);
- }
-
- @include wide {
- font-size: $fontMedium;
- padding-left: 15px;
- padding-right: 15px;
- top: 126px;
- right: 230px;
- }
-
- }
-
- &::after {
- @include medium {
- content: $icon-lessons;
- font-family: $fontIcon;
- font-size: 150px;
-
- right: 40px;
- top: 185px;
- }
-
- @include wide {
- font-size: 210px;
- right: 120px;
- }
-
- }
-}

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b