This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1189 from owncloud/theming-fixes
Change colour of breadcrumbs and create text-lead utility
- Loading branch information
Showing
11 changed files
with
110 additions
and
91 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Change: Use oc-color for breadcrumbs | ||
|
||
We've changed the colour of breadcrumbs to use the `oc-color` instead of the brand color. | ||
|
||
https://github.com/owncloud/owncloud-design-system/pull/1189 |
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,5 @@ | ||
Enhancement: Add `oc-text-lead` class | ||
|
||
We've added a utility class called `oc-text-lead` which is increasing the font size of the text. | ||
|
||
https://github.com/owncloud/owncloud-design-system/pull/1189 |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Text wrapping behaviour | ||
|
||
Use one of the following classes to enforce a certain wrapping behaviour. | ||
|
||
| Class | Description | | ||
| ----------------- | --------------------------------------------------------------------------------------------- | | ||
| .oc-text-overflow | Sets overflow to `hidden` without resizing its container. | | ||
| .oc-text-nowrap | Doesn't break to new lines. | | ||
| .oc-text-truncate | Doesn't break to new lines. Text will be truncated, showing an ellipsis instead if necessary. | | ||
| .oc-text-break | Text will break to new lines at word ends if it exceeds one line. | | ||
|
||
## Text size | ||
|
||
| Class | Description | | ||
| ------------- | --------------------------------------------------------------- | | ||
| .oc-text-lead | Sets a large font size to symbolise that the text is important. | |
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
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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