/css/index.css

https://bitbucket.org/denissilva/cgpdi_admin · CSS · 71 lines · 52 code · 14 blank · 5 comment · 0 complexity · 0420294fd7cf2158b847b2ff7b9ec961 MD5 · raw file

  1. .hidden{
  2. display: none;
  3. }
  4. .color-white{
  5. color: #fff !important;
  6. }
  7. /* table {
  8. font-size: .875rem;
  9. } */
  10. .navbar{
  11. margin-bottom: 20px;
  12. }
  13. .tab-content{
  14. margin-bottom: 15px;
  15. }
  16. .tab-pane{
  17. padding-top: 15px;
  18. border-left: 1px solid #dee2e6;
  19. border-bottom: 1px solid #dee2e6;
  20. border-right: 1px solid #dee2e6;
  21. border-bottom-left-radius: 0.25rem;
  22. border-bottom-right-radius: 0.25rem;
  23. padding: 15px 15px 0 15px;
  24. }
  25. .dataTables_wrapper{
  26. padding: 0;
  27. }
  28. .custom-file-input:lang(en)~.custom-file-label::after {
  29. content: "Procurar";
  30. }
  31. div.ui-datepicker{
  32. font-size:12px;
  33. }
  34. .hidden{
  35. display: none;
  36. }
  37. /* Provisório */
  38. .input-group.border-danger{
  39. border: 1px solid #dc3545;
  40. border-radius: 4px;
  41. }
  42. #descricao{
  43. padding-right: 15px;
  44. }
  45. /* Publicações */
  46. #div-frame-office .modal-body{
  47. height: 82vh;
  48. }
  49. iframe{
  50. width: 100%;
  51. height: 100%;
  52. }
  53. @media (min-width: 992px){
  54. .modal-full{
  55. max-width: 90%;
  56. }
  57. }