index.css 782 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. @import url("../static/vendor/codemirror/codemirror.css");
  2. @import url("../static/css/bootstrap.min.css");
  3. .mod-textarea {
  4. min-height: 200px;
  5. }
  6. .panel-title .x-xother {
  7. float: right;
  8. font-size: 12px;
  9. margin-top: 3px;
  10. color: blue;
  11. text-decoration: underline;
  12. }
  13. .panel-title .x-xother:hover {
  14. color:red;
  15. }
  16. .x-error {
  17. color:red;
  18. }
  19. [v-cloak] {
  20. display: none;
  21. }
  22. .box-infos {
  23. color:green;
  24. margin-right: 20px;
  25. }
  26. .x-right-info {
  27. margin-top:5px;
  28. }
  29. #fehelper_alertmsg {
  30. position: fixed;
  31. top: 0;
  32. left: 0;
  33. right: 0;
  34. z-index: 1000000;
  35. background: #000;
  36. display: inline-block;
  37. color: #fff;
  38. text-align: center;
  39. padding: 10px 10px;
  40. margin: 0 auto;
  41. font-size: 14px;
  42. border-bottom: 1px solid #aaa;
  43. }