REST Service for POPCORN - ILIAS
alex
2025-10-23 d13e2360b6dad80da567348c1013353a2fc2297e
vue/src/assets/styles.styl
@@ -23,6 +23,8 @@
.ml-1
   margin-left 1em
.text-right
   text-align right
h1
   color #e39300
@@ -31,3 +33,24 @@
.nowrap
   white-space nowrap
input[type=text], input[type=password]
   padding .11em .22em
   border 3px solid #aaa
   &:focus
      border 3px solid orange
      outline none
.red
  width 2ch
  text-align center;
  background-color red;
  color white
  font-weight bold
.green
  color green