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

.typeselection td{
}

#keys{
  opacity: 0.5;
}