aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/status-bar-target-url.scss
blob: bc7438be90a656d578b01b84c2596e51364f7697 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import './config.scss';

.status-bar-target-url {
  height: auto;
  background: $theme-gray-lighter;
  padding: 4px;
  position: absolute;
  box-shadow: 0 0 8px rgba(black, 0.2);
  font-size: 12px;
  color: $theme-gray-dark;
  bottom: 0;
  right: 0;
  border-top-left-radius: 5px;
}