Blame view

bower_components/prism/plugins/show-language/prism-show-language.css 568 Bytes
eb240478   Luigi Serra   public room cards...
1
  div.prism-show-language {
73bcce88   luigser   COMPONENTS
2
3
  	position: relative;
  }
eb240478   Luigi Serra   public room cards...
4
5
  
  div.prism-show-language > div.prism-show-language-label[data-language] {
73bcce88   luigser   COMPONENTS
6
7
8
9
  	color: black;
  	background-color: #CFCFCF;
  	display: inline-block;
  	position: absolute;
eb240478   Luigi Serra   public room cards...
10
11
  	bottom: auto;
  	left: auto;
73bcce88   luigser   COMPONENTS
12
13
  	top: 0;
  	right: 0;
eb240478   Luigi Serra   public room cards...
14
15
  	width: auto;
  	height: auto;
73bcce88   luigser   COMPONENTS
16
17
18
19
  	font-size: 0.9em;
  	border-radius: 0 0 0 5px;
  	padding: 0 0.5em;
  	text-shadow: none;
eb240478   Luigi Serra   public room cards...
20
21
22
23
24
25
26
27
28
29
  	z-index: 1;
  	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
  	-webkit-transform: none;
  	-moz-transform: none;
  	-ms-transform: none;
  	-o-transform: none;
  	transform: none;
  }