Sha256: 017a43f89923fc79e44f604ae6e9b6fef2a123f3afebf3a94a6a38281af99d44

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

body {
  background: $primary-background;
}
.modal-content {
  background: $primary-background;
}
.overlay {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: theme-color("overlay");
  opacity: 0;
  z-index: 5;
  cursor: pointer;
  transition: opacity 0.5s, visibility 0s 0.5s;
  &.shown {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s;
  }
}

.dropdown-menu {
  background: $primary-background;
  border-color: $global-border-style;
  .dropdown-item {
    &:hover,
    &:focus {
      background: $secondary-background;
      color: $secondary-font-color;
    }
  }
}

.form-control,
.form-control:focus,
.harpiya-flat-input {
  background: $input-background;
  color: color-yiq($input-background);
}

@include media-breakpoint-down(md) {
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  select,
  select:focus,
  textarea {
    font-size: 16px !important;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
harpiya_frontend-4.3.0.alpha app/assets/stylesheets/harpiya/frontend/views/harpiya/layouts/harpiya_application.scss