This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
378 changed files
with
72,206 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 |
---|---|---|
|
@@ -10,7 +10,6 @@ npm-debug.log | |
# Fabric files | ||
*.sublime-workspace | ||
docs.css | ||
dist | ||
|
||
# Docs files | ||
docs/app | ||
|
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,48 @@ | ||
/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */ | ||
/** | ||
* Fabric 1.1.0 | ||
* The front-end framework for building experiences for Office 365. | ||
**/ | ||
.ms-Breadcrumb { | ||
height: 40px; | ||
} | ||
|
||
.ms-Breadcrumb .ms-Breadcrumb-currentLarge { | ||
display: none; | ||
} | ||
|
||
.ms-Breadcrumb .ms-Breadcrumb-parent, | ||
.ms-Breadcrumb .ms-Breadcrumb-current { | ||
font-size: 14px; | ||
font-family: 'Segoe UI Semilight WestEuropean', 'Segoe UI Semilight', 'Segoe WP Semilight', 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; | ||
line-height: 50px; | ||
color: #666666; | ||
} | ||
|
||
.ms-Breadcrumb .ms-Breadcrumb-parent { | ||
color: #333333; | ||
text-decoration: none; | ||
} | ||
|
||
.ms-Breadcrumb .ms-Breadcrumb-parent:hover { | ||
color: #000000; | ||
} | ||
|
||
.ms-Breadcrumb .ms-Breadcrumb-parent:active { | ||
color: #0078d7; | ||
} | ||
|
||
.ms-Breadcrumb .ms-Breadcrumb-chevron { | ||
padding: 0 7px 0 5px; | ||
} | ||
|
||
@media (min-width: 640px) { | ||
.ms-Breadcrumb .ms-Breadcrumb-currentLarge { | ||
display: inline; | ||
font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; | ||
font-size: 21px; | ||
color: #0078d7; | ||
line-height: 42px; | ||
margin-right: 20px; | ||
} | ||
} |
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,7 @@ | ||
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. --> | ||
|
||
<div class="ms-Breadcrumb"> | ||
<span class="ms-Breadcrumb-currentLarge">Working files</span> | ||
<a href="#" class="ms-Breadcrumb-parent">OneDrive @ Contoso</a> | ||
<span class="ms-Breadcrumb-current">Working files</span> | ||
</div> |
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,6 @@ | ||
{ | ||
"name": "Breadcrumb", | ||
"notes": "Shows the user's current location in a hierarchy and provides a means of navigating upward.", | ||
"template": "Breadcrumb.html", | ||
"class": "ms-Breadcrumb" | ||
} |
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,51 @@ | ||
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. | ||
|
||
// | ||
// Office UI Fabric | ||
// -------------------------------------------------- | ||
// Breadcrumb styles | ||
|
||
|
||
.ms-Breadcrumb { | ||
height: 40px; | ||
|
||
.ms-Breadcrumb-currentLarge { | ||
display: none; | ||
} | ||
.ms-Breadcrumb-parent, .ms-Breadcrumb-current { | ||
font-size: @ms-font-size-m; | ||
font-family: @ms-font-family-semilight; | ||
line-height: 50px; | ||
color: @ms-color-neutralSecondary; | ||
} | ||
.ms-Breadcrumb-parent { | ||
color: @ms-color-neutralPrimary; | ||
text-decoration: none; | ||
|
||
&:hover { | ||
color: @ms-color-black; | ||
} | ||
|
||
&:active { | ||
color: @ms-color-themePrimary; | ||
} | ||
} | ||
|
||
// Right-pointing chevron | ||
// TODO: Localization, point arrow to left. | ||
.ms-Breadcrumb-chevron { | ||
padding: 0 7px 0 5px; | ||
} | ||
|
||
// Only show the big title on large and extra large displays. | ||
@media (min-width: @ms-screen-lg-min) { | ||
.ms-Breadcrumb-currentLarge { | ||
display: inline; | ||
font-family: @ms-font-family-regular; | ||
font-size: @ms-font-size-xl; | ||
color: @ms-color-themePrimary; | ||
line-height: 42px; | ||
margin-right: 20px; | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. --> | ||
|
||
<button class="ms-Button ms-Button--command"> | ||
<span class="ms-Button-icon"><i class="ms-Icon ms-Icon--plus"></i></span> | ||
<span class="ms-Button-label">Create account</span> | ||
<span class="ms-Button-description">Description of the action this button takes</span> | ||
</button> |
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,7 @@ | ||
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. --> | ||
|
||
<button class="ms-Button ms-Button--compound"> | ||
<span class="ms-Button-icon"><i class="ms-Icon ms-Icon--plus"></i></span> | ||
<span class="ms-Button-label">Create account</span> | ||
<span class="ms-Button-description">Description of the action this button takes</span> | ||
</button> |
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,7 @@ | ||
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. --> | ||
|
||
<button class="ms-Button ms-Button--hero"> | ||
<span class="ms-Button-icon"><i class="ms-Icon ms-Icon--plus"></i></span> | ||
<span class="ms-Button-label">Create account</span> | ||
<span class="ms-Button-description">Description of the action this button takes</span> | ||
</button> |
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,7 @@ | ||
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. --> | ||
|
||
<button class="ms-Button ms-Button--primary"> | ||
<span class="ms-Button-icon"><i class="ms-Icon ms-Icon--plus"></i></span> | ||
<span class="ms-Button-label">Create account</span> | ||
<span class="ms-Button-description">Description of the action this button takes</span> | ||
</button> |
Oops, something went wrong.