summaryrefslogtreecommitdiff
path: root/res/css/partials/info-box.scss
blob: 0b0a4c08ffd97748fbcb4a02919ffa4f56c76fb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.subtitle{
  font-style:italic;
  color: #bbb;
  font-size: 12px;
  float:right;
}

.edge_info, .info {
  background-color: rgba(17,17,17,0.8);
  position:fixed;
  top:150px;
  width:250px;
  right:10px;
  font-size: 18px;
  border: 1px solid;
  padding: 5px;
  line-height: 45px;
  border-color: #303030;
}