Newer
Older
// Disables the input zoom on iOS
@media screen and (-webkit-min-device-pixel-ratio: 0) {
select,
textarea,
input {
font-size: 16px !important;
}
}
color: rgba(0, 0, 0, 0.26) !important;
background-color: rgba(0, 0, 0, 0.12) !important;
.btn-primary,
.btn-secondary,
.btn-delete {
min-width: 100px !important;
font-weight: 400 !important;
letter-spacing: 1px;
font-size: 14px;
outline: -webkit-focus-ring-color auto 5px;
}
background-color: #0479a8 !important;
color: white !important;
color: map-get($uw-primary, 500) !important;
border: 1px solid #b7b7b7 !important;
border-radius: 4px !important;
outline: -webkit-focus-ring-color auto 5px;
}
.btn-link {
outline: -webkit-focus-ring-color auto 5px;
}
.in-progress-icon,
.problem-icon,
.error-icon,
.help-icon,
cursor: default;
opacity: 0.9;
}
&:focus {
outline: -webkit-focus-ring-color auto 5px;
}
}
.mat-expansion-panel-header.mat-expanded {
margin: 4px;
}
.mat-select-panel .mat-option:focus,
.mat-option.mat-active {
outline: -webkit-focus-ring-color auto 5px;
.add-course-form {
.mat-form-field.mat-form-field-invalid .mat-form-field-label,
.invalid-subject-hint {
color: rgb(255, 78, 78);
}
}
.mat-form-field.mat-form-field-invalid {
.mat-form-field-ripple {
background-color: #0479a8 !important;
}
.mat-form-field-label {
color: #0479a8;
}
}
.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
caret-color: #0479a8;
}
.mat-icon-button,
.material-icons,
.add-course-button,
.mat-button,
.mat-menu-item,
.mat-primary,
.mat-form-field,
#menu-toggle-btn {
&:hover {
// Hinders the readability of tabs while hovering
// opacity: 0.8;
outline: -webkit-focus-ring-color auto 5px;
}
.cdk-drop-list-dragging {
.cdk-drag-placeholder {
opacity: 0.4;
min-height: 100% !important;
height: 100% !important;
transition: transform 200ms cubic-bezier(0, 0, 0.2, 1);
border-radius: 5px;
}
.cdk-drag-animating {
transition: transform 200ms cubic-bezier(0, 0, 0.2, 1);
.course-list.cdk-drop-list-dragging .course-wrapper:not(.cdk-drag-placeholder) {
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1) !important;
}
.list-comma:first-child::before {
outline: 2px solid #5e9ed6 !important;
outline: -webkit-focus-ring-color auto 5px !important;
}
h2 {
font-size: 18px;
font-weight: 400;
margin: 0px;
}
// Menus styles
.course-item-menu,
.mat-menu-content {
.mat-menu-panel {
overflow-x: hidden !important;
}
.mat-menu-content {
margin: 0px 3px;
}
min-width: 400px;
padding: 0px !important;
.dialog-with-toolbar {
padding: 0 45px 25px 45px;
margin: 0px;
}
height: 54px !important;
padding-right: 0px !important;
.dialog-toolbar-title {
flex: 1 1 auto;
font-weight: 400;
}
.close-btn {
min-height: 55px;
outline: 2px solid #5e9ed6;
outline: -webkit-focus-ring-color auto 5px !important;
.assistive-text {
position: absolute;
padding: 0;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
}
.show-for-sr,
.show-on-focus {
position: absolute !important;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
}
.show-on-focus:active,
.show-on-focus:focus {
position: absolute !important;
width: auto;
height: auto;
overflow: visible;
clip: auto;
z-index: 999;
color: #0479a8;
padding: 0.7rem 2.2rem;
background-color: #fff;
font-family: sans-serif;
.sr-only {
position: absolute;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
// Form styles
.audit-radio-button {
.mat-radio-label {
white-space: normal !important;
}
}
#new-audit-options-stepper {
max-width: 400px !important;
}
#audit-credits-selector {
.mat-form-field-infix {
width: 3em;
text-align: center;
}
}
.audit-settings-option {
.mat-form-field-wrapper {
width: 100% !important;
}
}
.mat-radio-outer-circle {
border-color: #0479a8 !important;
}
.audit-radio-button.mat-accent .mat-radio-inner-circle,
.audit-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple {
background-color: #0479a8;
}
.audit-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
background-color: rgba(4, 121, 168, 0.7) !important;
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 957px) {
@media screen and (min-width: 320px) and (max-width: 480px) {
.version-number {
padding-bottom: 3rem;
}
}