ssosessions.scss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /* --------------- CUSTOM STYLES */
  2. @import "components/variables";
  3. /**
  4. * SSO Sessions Styles
  5. */
  6. #cas-sessions, #no-cas-sessions {
  7. display: none;
  8. }
  9. #no-cas-sessions div {
  10. margin-top: 2em;
  11. }
  12. .ssoSessions {
  13. #content {
  14. border-radius: 4px;
  15. padding: 20px;
  16. }
  17. .sorting_desc, .sorting_asc {
  18. background-color: rgba(239, 239, 239, 0.8);
  19. }
  20. #removeAllSessionsButton.btn .badge {
  21. color: #000;
  22. padding-right: 9px;
  23. }
  24. .adminPanels {
  25. border-bottom: 1px solid #efefef;
  26. margin-bottom: 2em;
  27. margin-top: 1em;
  28. padding-bottom: 1em;
  29. .adminPanels .panel-default > .panel-heading {
  30. background-color: #fff;
  31. border-bottom: none;
  32. h3 {
  33. font-family: 'Lato', sans-serif;
  34. font-weight: 300;
  35. font-size: 20pt;
  36. }
  37. &::after {
  38. font-family: "Font Awesome 5 Free";
  39. font-weight: 900;
  40. position: absolute;
  41. top: -5px;
  42. right: 30px;
  43. font-size: 70pt;
  44. color: #153e50;
  45. opacity: 0.1;
  46. }
  47. }
  48. }
  49. td.details-control {
  50. cursor: pointer;
  51. font-family: "Font Awesome 5 Free";
  52. font-weight: 900;
  53. font-size: 10pt;
  54. color: #337ab7;
  55. &::after {
  56. content: "\f067";
  57. }
  58. }
  59. tr.shown td.details-control::after {
  60. content: "\f068";
  61. }
  62. }
  63. // End .ssoSessions
  64. .row-detail-wrapper {
  65. background-color: #d9edf7;
  66. }
  67. .ssoSessions .row-detail {
  68. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  69. thead {
  70. display: none;
  71. }
  72. }
  73. table.principal_attributes {
  74. td:first-child {
  75. width: 30%;
  76. }
  77. > tbody > tr > td {
  78. border-top-color: #E6E6E6;
  79. }
  80. }
  81. /* Session container --*/
  82. #cas-sessions,
  83. #container-stable,
  84. .ui-widget {
  85. font-family: 'Lato', sans-serif !important;
  86. font-size: 14px;
  87. }
  88. #container-stable {
  89. margin: 20px 0 20px;
  90. }
  91. #container-stable {
  92. margin: 40px 0 20px;
  93. table th {
  94. text-align: left;
  95. }
  96. }