-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add warning label for less than 10 days
10 days is arbitary and we can set it to any number we want
- Loading branch information
Showing
5 changed files
with
49 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,9 @@ | |
&.panel { | ||
cursor: pointer; | ||
} | ||
.label { | ||
margin: 0 12px; | ||
} | ||
a { | ||
font-weight: bold; | ||
color: $blue-dark; | ||
|
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.label { | ||
font-family: 'Archivo', sans-serif; | ||
font-size: 10px; | ||
font-weight: normal; | ||
padding: 7px 8px 6px 8px; | ||
border: none; | ||
svg { | ||
vertical-align: text-bottom; | ||
} | ||
&-warning { | ||
color: $black; | ||
background: $red-light; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -13,5 +13,6 @@ | |
@import "header"; | ||
@import "footer"; | ||
@import "buttons"; | ||
@import "labels"; | ||
@import "pages"; | ||
@import "campaigns"; |
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