Move label style out of component, remove legacy overrides

This commit is contained in:
Paul Clarke 2016-05-02 12:18:49 +12:00 committed by Ingo Schommer
parent 22617cd9b2
commit 4e67a913d6
2 changed files with 14 additions and 15 deletions

View File

@ -4,6 +4,7 @@
* Contains the basic typography related styles for the admin interface.
*/
// Tables
// Used as a base for components: GridField.
@ -58,3 +59,10 @@
font-family: 'Bitstream Vera Sans Mono','Courier', monospace;
}
}
.label {
text-transform: uppercase;
font-size: $font-size-xxs;
font-weight: 400;
letter-spacing: .4px;
}

View File

@ -26,21 +26,7 @@ body.cms {
overflow: hidden;
}
.cms {
a {
color: $color-text-blue-link;
text-decoration: none;
&:hover,
&:focus {
text-decoration: underline;
}
}
strong {
font-weight: bold;
}
}
/** --------------------------------------------
* Helpers
@ -1081,12 +1067,17 @@ body.cms {
/**
* DEPRECATED:
* .cms-content-tools will be removed in 4.0
* .cms-content-tools and ui-widget will be removed in 4.0
* Use .cms-content-filters instead.
*
* Content Tools is the sidebar on the left of the main content
* panel
*/
.ui-widget-content a {
color: $link-color;
}
.cms-content-tools {
background: $tab-panel-texture-color;
width: $grid-x * 36;