app.main.less 1021 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .bs-callout-info{
  2. border-left-color: #1b809e;
  3. }
  4. .setting-name {
  5. text-align: right;
  6. vertical-align: middle;
  7. line-height: 2em;
  8. color: #444;
  9. padding: 0;
  10. &:after{
  11. content: ':';
  12. }
  13. }
  14. .setting-value{
  15. vertical-align: middle;
  16. line-height: 2em;
  17. padding-left: 0;
  18. & > [type='text']{
  19. line-height: 1em;
  20. width: 100%;
  21. }
  22. }
  23. .nav-settings{
  24. position: fixed;
  25. top: 10px;
  26. left: 10px;
  27. font-size: 12px;
  28. width: 80px;
  29. > li + li {
  30. margin-left: 0px;
  31. }
  32. }
  33. .sso-table{
  34. > thead{
  35. > tr{
  36. > th{
  37. border: 0;
  38. text-align: center;
  39. }
  40. border-bottom: 2px solid #0099FF;
  41. }
  42. }
  43. & > tbody {
  44. > tr{
  45. > th{
  46. border: 0;
  47. font-weight: normal;
  48. text-align: center;
  49. }
  50. background-color: transparent;
  51. border-top: 1px dotted #3399FF;
  52. }
  53. > :last-child {
  54. border-bottom: 1px solid #0099FF;
  55. };
  56. > :first-child{
  57. border-top: 0px;
  58. }
  59. }
  60. & .col-sm-w{
  61. width: 6em;
  62. }
  63. }