-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apps/userdashboard/*: small styling fixes fixes #2392
- Loading branch information
Showing
7 changed files
with
74 additions
and
50 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,6 +137,10 @@ | |
color: $brand-tertiary; | ||
} | ||
|
||
.u-text--gray { | ||
color: $gray; | ||
} | ||
|
||
.u-no-transition { | ||
transition: none; | ||
} | ||
|
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,80 +1,95 @@ | ||
@font-face { | ||
font-family: 'icomoon'; | ||
src: url('../fonts/icomoon.eot?jd0zuw'); | ||
src: url('../fonts/icomoon.eot?jd0zuw#iefix') format('embedded-opentype'), | ||
url('../fonts/icomoon.ttf?jd0zuw') format('truetype'), | ||
url('../fonts/icomoon.woff?jd0zuw') format('woff'), | ||
url('../fonts/icomoon.svg?jd0zuw#icomoon') format('svg'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
[class^="icon-"], [class*=" icon-"] { | ||
/* use !important to prevent issues with browser extensions that change fonts */ | ||
font-family: 'icomoon' !important; | ||
speak: none; | ||
font-style: normal; | ||
font-weight: normal; | ||
font-variant: normal; | ||
text-transform: none; | ||
line-height: 1; | ||
|
||
/* Better Font Rendering =========== */ | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
font-family: "icomoon"; | ||
src: url("../fonts/icomoon.eot?jd0zuw"); | ||
src: url("../fonts/icomoon.eot?jd0zuw#iefix") format("embedded-opentype"), | ||
url("../fonts/icomoon.ttf?jd0zuw") format("truetype"), | ||
url("../fonts/icomoon.woff?jd0zuw") format("woff"), | ||
url("../fonts/icomoon.svg?jd0zuw#icomoon") format("svg"); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
[class^="icon-"], | ||
[class*=" icon-"] { | ||
/* use !important to prevent issues with browser extensions that change fonts */ | ||
font-family: "icomoon" !important; | ||
speak: none; | ||
font-style: normal; | ||
font-weight: normal; | ||
font-variant: normal; | ||
text-transform: none; | ||
line-height: 1; | ||
|
||
/* Better Font Rendering =========== */ | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
} | ||
|
||
.icon-answered:before { | ||
content: "\e900"; | ||
font-size: 0.9rem; | ||
content: "\e900"; | ||
font-size: 0.9rem; | ||
} | ||
|
||
/* not used */ | ||
.icon-arrow-down:before { | ||
content: "\e901"; | ||
content: "\e901"; | ||
} | ||
|
||
/* not used */ | ||
.icon-arrow-right:before { | ||
content: "\e902"; | ||
content: "\e902"; | ||
} | ||
|
||
/* not used */ | ||
.icon-clear:before { | ||
content: "\e903"; | ||
content: "\e903"; | ||
} | ||
|
||
.icon-in-list:before { | ||
content: "\e904"; | ||
font-size: 1.1rem; | ||
vertical-align: bottom; | ||
content: "\e904"; | ||
font-size: 1.1rem; | ||
vertical-align: bottom; | ||
} | ||
|
||
.icon-like:before { | ||
content: "\e905"; | ||
content: "\e905"; | ||
} | ||
|
||
/* not used */ | ||
.icon-list:before { | ||
content: "\e906"; | ||
font-size: 1.1rem; | ||
content: "\e906"; | ||
font-size: 1.1rem; | ||
} | ||
|
||
.icon-push-in-list:before { | ||
content: "\e907"; | ||
font-size: 1.1rem; | ||
vertical-align: bottom; | ||
content: "\e907"; | ||
font-size: 1.1rem; | ||
vertical-align: bottom; | ||
} | ||
|
||
/* not used */ | ||
.icon-screen-view:before { | ||
content: "\e908"; | ||
content: "\e908"; | ||
} | ||
|
||
/* not used */ | ||
.icon-sort-list:before { | ||
content: "\e909"; | ||
content: "\e909"; | ||
} | ||
|
||
/* not used */ | ||
.icon-talking-desired:before { | ||
content: "\e90a"; | ||
content: "\e90a"; | ||
} | ||
|
||
.icon__img { | ||
width: 32px; | ||
} | ||
|
||
.fa-stack { | ||
font-size: 0.5rem; | ||
font-size: 0.5rem; | ||
} | ||
|
||
.fa-eye { | ||
font-size: 1.05rem; | ||
font-size: 1.05rem; | ||
} |
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