REST Service for POPCORN - ILIAS
alex
2025-09-23 0486f42387e317e479e673c68dc5b5535173cd8c
vue/src/assets/styles.styl
@@ -6,6 +6,7 @@
   padding 1em
   border 1px solid #aaa
   border-radius .33em
   box-shadow 1px 1px 3px #333 inset, 1px 1px 100px #ddd inset
   display grid;
   grid-template-columns 10rem 20rem 10rem 20rem
   gap .5em
@@ -16,3 +17,40 @@
.w100p
   width 100%;
.ml-05
   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