REST Service for POPCORN - ILIAS
alex
2025-11-28 21cfe68a2ac2304d9c034b9d247a61e9861af666
vue/src/assets/styles.styl
@@ -23,6 +23,8 @@
.ml-1
   margin-left 1em
.text-right
   text-align right
h1
   color #e39300
@@ -32,6 +34,9 @@
.nowrap
   white-space nowrap
.muted
  color #666
input[type=text], input[type=password]
   padding .11em .22em
@@ -40,3 +45,15 @@
      border 3px solid orange
      outline none
.red
  width 2ch
  text-align center;
  background-color red;
  color white
  font-weight bold
.green
  color green