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

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