mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Move label style out of component, remove legacy overrides
This commit is contained in:
parent
22617cd9b2
commit
4e67a913d6
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user