Commit fd463f25 authored by Jason Fox's avatar Jason Fox
Browse files

Move Badges CSS

parent 70018b5f
Loading
Loading
Loading
Loading
+0 −24
Original line number Diff line number Diff line
@@ -102,30 +102,6 @@
  content: url("https://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Logo_ETSI.svg/320px-Logo_ETSI.svg.png")
}*/

.norm {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  background: rgb(2, 72, 141);
  padding: 4px 20px 4px 20px;
  border-radius: 4px;
  border: 1px solid rgb(62, 72, 79);
  float: right;
}

.inform {
  /*color: rgb(62, 72, 79)*/
  color: black;
  text-transform: uppercase;
  font-size: 16px;
  background: rgb(191, 227, 255);
  padding: 4px 20px 4px 20px;
  border-radius: 4px;
  border: 1px solid rgb(2, 72, 141);
  float: right;
}



.ZGSM {
}
+25 −0
Original line number Diff line number Diff line
@@ -215,6 +215,31 @@ flex.v > flex-resizer {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='10'><path d='M0 2 h30 M0 5 h30 M0 8 h30' fill='none' stroke='black'/></svg>");
}

/* Badges */

.norm {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  background: rgb(2, 72, 141);
  padding: 4px 20px 4px 20px;
  border-radius: 4px;
  border: 1px solid rgb(62, 72, 79);
  float: right;
}

.inform {
  /*color: rgb(62, 72, 79)*/
  color: black;
  text-transform: uppercase;
  font-size: 16px;
  background: rgb(191, 227, 255);
  padding: 4px 20px 4px 20px;
  border-radius: 4px;
  border: 1px solid rgb(2, 72, 141);
  float: right;
}

/* HTML5 display definitions
  ========================================================================== */