Fixed #85
This commit is contained in:
parent
c7886cf69c
commit
482bc19a34
@ -1526,7 +1526,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
||||
#panel #panelActivities.panel-button > * {
|
||||
background-image: url("assets/activities.svg");
|
||||
background-position: center top;
|
||||
background-size: 18px 18px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-color: transparent !important;
|
||||
|
@ -1526,7 +1526,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
||||
#panel #panelActivities.panel-button > * {
|
||||
background-image: url("assets/activities.svg");
|
||||
background-position: center top;
|
||||
background-size: 18px 18px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-color: transparent !important;
|
||||
|
@ -1526,7 +1526,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
||||
#panel #panelActivities.panel-button > * {
|
||||
background-image: url("assets/activities.svg");
|
||||
background-position: center top;
|
||||
background-size: 18px 18px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-color: transparent !important;
|
||||
|
@ -1526,7 +1526,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
||||
#panel #panelActivities.panel-button > * {
|
||||
background-image: url("assets/activities.svg");
|
||||
background-position: center top;
|
||||
background-size: 18px 18px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-color: transparent !important;
|
||||
|
@ -1526,7 +1526,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
||||
#panel #panelActivities.panel-button > * {
|
||||
background-image: url("assets/activities.svg");
|
||||
background-position: center top;
|
||||
background-size: 18px 18px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-color: transparent !important;
|
||||
|
@ -1526,7 +1526,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
||||
#panel #panelActivities.panel-button > * {
|
||||
background-image: url("assets/activities.svg");
|
||||
background-position: center top;
|
||||
background-size: 18px 18px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-color: transparent !important;
|
||||
|
@ -1526,7 +1526,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
||||
#panel #panelActivities.panel-button > * {
|
||||
background-image: url("assets/activities.svg");
|
||||
background-position: center top;
|
||||
background-size: 18px 18px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-color: transparent !important;
|
||||
|
@ -1526,7 +1526,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
||||
#panel #panelActivities.panel-button > * {
|
||||
background-image: url("assets/activities.svg");
|
||||
background-position: center top;
|
||||
background-size: 18px 18px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-color: transparent !important;
|
||||
|
@ -201,6 +201,51 @@ spinner:checked:disabled, label:disabled selection:checked {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.large-title {
|
||||
font-weight: 300;
|
||||
font-size: 24pt;
|
||||
}
|
||||
|
||||
.title-1 {
|
||||
font-weight: 800;
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
||||
.title-2 {
|
||||
font-weight: 800;
|
||||
font-size: 15pt;
|
||||
}
|
||||
|
||||
.title-3 {
|
||||
font-weight: 700;
|
||||
font-size: 15pt;
|
||||
}
|
||||
|
||||
.title-4 {
|
||||
font-weight: 700;
|
||||
font-size: 13pt;
|
||||
}
|
||||
|
||||
.heading {
|
||||
font-weight: 700;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
.body {
|
||||
font-weight: 400;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
.caption-heading {
|
||||
font-weight: 700;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
.caption {
|
||||
font-weight: 400;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
entry.contacts-postal-entry, spinbutton entry, .linked > entry:not(:only-child) {
|
||||
color: #dadada;
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
|
@ -201,6 +201,51 @@ spinner:checked:disabled, label:disabled selection:checked {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.large-title {
|
||||
font-weight: 300;
|
||||
font-size: 24pt;
|
||||
}
|
||||
|
||||
.title-1 {
|
||||
font-weight: 800;
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
||||
.title-2 {
|
||||
font-weight: 800;
|
||||
font-size: 15pt;
|
||||
}
|
||||
|
||||
.title-3 {
|
||||
font-weight: 700;
|
||||
font-size: 15pt;
|
||||
}
|
||||
|
||||
.title-4 {
|
||||
font-weight: 700;
|
||||
font-size: 13pt;
|
||||
}
|
||||
|
||||
.heading {
|
||||
font-weight: 700;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
.body {
|
||||
font-weight: 400;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
.caption-heading {
|
||||
font-weight: 700;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
.caption {
|
||||
font-weight: 400;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
entry.contacts-postal-entry, spinbutton entry, .linked > entry:not(:only-child) {
|
||||
color: #dadada;
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
|
@ -201,6 +201,51 @@ spinner:checked:disabled, label:disabled selection:checked {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.large-title {
|
||||
font-weight: 300;
|
||||
font-size: 24pt;
|
||||
}
|
||||
|
||||
.title-1 {
|
||||
font-weight: 800;
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
||||
.title-2 {
|
||||
font-weight: 800;
|
||||
font-size: 15pt;
|
||||
}
|
||||
|
||||
.title-3 {
|
||||
font-weight: 700;
|
||||
font-size: 15pt;
|
||||
}
|
||||
|
||||
.title-4 {
|
||||
font-weight: 700;
|
||||
font-size: 13pt;
|
||||
}
|
||||
|
||||
.heading {
|
||||
font-weight: 700;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
.body {
|
||||
font-weight: 400;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
.caption-heading {
|
||||
font-weight: 700;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
.caption {
|
||||
font-weight: 400;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
entry.contacts-postal-entry, spinbutton entry, .linked > entry:not(:only-child) {
|
||||
color: #363636;
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
|
@ -201,6 +201,51 @@ spinner:checked:disabled, label:disabled selection:checked {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.large-title {
|
||||
font-weight: 300;
|
||||
font-size: 24pt;
|
||||
}
|
||||
|
||||
.title-1 {
|
||||
font-weight: 800;
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
||||
.title-2 {
|
||||
font-weight: 800;
|
||||
font-size: 15pt;
|
||||
}
|
||||
|
||||
.title-3 {
|
||||
font-weight: 700;
|
||||
font-size: 15pt;
|
||||
}
|
||||
|
||||
.title-4 {
|
||||
font-weight: 700;
|
||||
font-size: 13pt;
|
||||
}
|
||||
|
||||
.heading {
|
||||
font-weight: 700;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
.body {
|
||||
font-weight: 400;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
.caption-heading {
|
||||
font-weight: 700;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
.caption {
|
||||
font-weight: 400;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
entry.contacts-postal-entry, spinbutton entry, .linked > entry:not(:only-child) {
|
||||
color: #363636;
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
|
@ -1330,7 +1330,7 @@ $popop_menuitem_radius: $wm_radius - 4px;
|
||||
> * {
|
||||
background-image: url("assets/activities.svg");
|
||||
background-position: center top;
|
||||
background-size: 18px 18px;
|
||||
// background-size: 18px 18px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-color: transparent !important;
|
||||
|
@ -202,10 +202,57 @@ spinner {
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// General Typography
|
||||
//
|
||||
.large-title {
|
||||
font-weight: 300;
|
||||
font-size: 24pt;
|
||||
}
|
||||
|
||||
.title-1 {
|
||||
font-weight: 800;
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
||||
.title-2 {
|
||||
font-weight: 800;
|
||||
font-size: 15pt;
|
||||
}
|
||||
|
||||
.title-3 {
|
||||
font-weight: 700;
|
||||
font-size: 15pt;
|
||||
}
|
||||
|
||||
.title-4 {
|
||||
font-weight: 700;
|
||||
font-size: 13pt;
|
||||
}
|
||||
|
||||
.heading {
|
||||
font-weight: 700;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
.body {
|
||||
font-weight: 400;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
.caption-heading {
|
||||
font-weight: 700;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
.caption {
|
||||
font-weight: 400;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
//
|
||||
// Text Entries
|
||||
//
|
||||
|
||||
%Linked_entrys {
|
||||
@include entry(normal);
|
||||
border: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user