aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/status-bar-target-url.scss
blob: 36f69df2884e9d46dcfd062388aa2baf58254f99 (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, .2);
  color: $theme-gray-dark;
  font-size: 12px;
  height: auto;
  right: 0;
  padding: 4px;
  position: absolute;
}