starling-devex 0.1.2

Starling: a local dev orchestrator with a central daemon, shared named-URL proxy, and a k9s-style TUI (a Rust port of Tilt + portless)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import "constants";

.ReactModal__Overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -$statusbar-height; // Visually center
  background-color: rgba($color-gray-10, $translucent) !important;
  z-index: $z-modal;
}

.ReactModal__Content {
  padding: 0;
  width: $modal-width;
  background-color: $color-white;
  color: $color-gray-20;
  box-shadow: -10px 10px 0px 0px rgba($color-gray-10, $translucent-ish);
}