_mes-operations.scss 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. // .layout-content{
  2. // footer{
  3. // background-color: none;
  4. // }
  5. // }
  6. .mes-operations{
  7. @media(max-width:891px){
  8. width: 70%;
  9. margin-left: 2rem;
  10. }
  11. @media (max-width:500px) {
  12. width: 90%;
  13. }
  14. .views-row{
  15. width: 80%;
  16. padding-bottom: 1rem;
  17. border-bottom: 1px solid black ;
  18. .node-type-operation{
  19. footer{
  20. display: none;
  21. }
  22. .field--label-above div:first-child{
  23. font-weight: 800;
  24. }
  25. p{margin: 0;}
  26. .field--label-above{
  27. margin-bottom: 1rem;
  28. }
  29. .field--type-file{
  30. border: none;
  31. background-color: inherit;
  32. text-transform: none;
  33. padding: 0;
  34. }
  35. }
  36. .views-field{
  37. margin-bottom: 1.5rem;
  38. }
  39. .views-field-edit-node{
  40. /////////////// arrêt canndidatures phase 1
  41. display: none !important;
  42. ///////////////
  43. }
  44. }
  45. div.views-element-container div footer{
  46. background-color: white;
  47. border: solid black 1px;
  48. text-transform: uppercase;
  49. padding: 1rem;
  50. width: fit-content;
  51. margin-top: 2rem;
  52. font-weight: 400;
  53. p{
  54. margin: 0;
  55. }
  56. /////////////// arrêt canndidatures phase 1
  57. display: none !important;
  58. ///////////////
  59. }
  60. div.views-element-container div footer:hover{
  61. background-color: $yellow-puca;
  62. }
  63. }