REST Service for POPCORN - ILIAS
alex
2025-10-23 594de40ac39ac32d6d526c8c4875dc6665b2d8dc
vue/src/assets/styles.styl
@@ -23,8 +23,34 @@
.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