summaryrefslogtreecommitdiff
path: root/res/css/partials/input-bubble.scss
blob: 2d581f9a85c49d4a68cd4336e739113fde57fed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.typeselection{
	color: $dark-grey;
	font-size: $h2-size;
  position:fixed;
  left:0;
  top:-300px;
  pointer-events:none;
}

.typeselection td{
  padding-top: 5px;
  padding-left: 200px;
}

#keys{
  opacity: 0.5;
}