REST Service for POPCORN - ILIAS
alex
2025-11-17 3fce3e400fd44d3b6f345a31413e0ad2b7724107
vue/src/assets/styles.styl
@@ -22,3 +22,35 @@
   margin-left .5em
.ml-1
   margin-left 1em
.text-right
   text-align right
h1
   color #e39300
h1 > small
   margin-left .5em;
.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