mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-12 00:48:00 +00:00
@@ -65,7 +65,6 @@ $sg-time-font-size: 13px;
|
||||
}
|
||||
|
||||
&.sg-time-selected, &:hover.sg-time-selected, &.md-focus.sg-time-selected {
|
||||
background: sg-color($sogoBlue, 500); // {{primary-500}}
|
||||
color: #fff; // {{primary-500-contrast}}
|
||||
border-color: transparent;
|
||||
}
|
||||
@@ -150,11 +149,6 @@ sg-timepicker {
|
||||
@extend .md-datepicker-input-mask;
|
||||
}
|
||||
|
||||
// From datepicker-theme.scss
|
||||
.sg-timepicker-input-mask-opaque {
|
||||
box-shadow: 0 0 0 9999px rgb(255,255,255);
|
||||
}
|
||||
|
||||
// The time portion of the floating pane (vs. the input mask).
|
||||
.sg-timepicker-time {
|
||||
opacity: 0;
|
||||
@@ -209,11 +203,6 @@ sg-timepicker[disabled] {
|
||||
.sg-timepicker-open {
|
||||
overflow: hidden;
|
||||
|
||||
.sg-timepicker-input-container {
|
||||
// From datePicker-theme.scss
|
||||
background: rgb(255,255,255); //'{{background-hue-1}}';
|
||||
}
|
||||
|
||||
.sg-timepicker-input-container,
|
||||
input.md-input {
|
||||
border-bottom-color: transparent;
|
||||
@@ -224,10 +213,6 @@ sg-timepicker[disabled] {
|
||||
&.md-input-has-placeholder > label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sg-timepicker-icon {
|
||||
color: sg-color($sogoBlue, 900); //'{{primary-color}}';
|
||||
}
|
||||
}
|
||||
|
||||
// When the position of the floating calendar pane is adjusted to remain inside
|
||||
|
||||
@@ -240,7 +240,6 @@ $quarter_height: 10px;
|
||||
|
||||
// The left column of hours
|
||||
.hours {
|
||||
color: sg-color($sogoBlue, 700);
|
||||
display: inline-block;
|
||||
float: left;
|
||||
clear: left;
|
||||
@@ -774,13 +773,9 @@ $quarter_height: 10px;
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
}
|
||||
.event {
|
||||
background-color: sg-color($sogoBlue, 300);
|
||||
}
|
||||
.busy {
|
||||
margin: 8px 0;
|
||||
min-width: 4px;
|
||||
background-color: sg-color($sogoPaper, 600);
|
||||
}
|
||||
|
||||
.sg-color-sample {
|
||||
|
||||
Reference in New Issue
Block a user