1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .hospitalContent-w .card-header {
- background-color: #00a99d !important;
- cursor: initial;
- }
- .hospitalContent-w .card-header button {
- cursor: pointer;
- }
- .hospitalContent-w .card-body ul li{
- cursor: pointer;
- color: #888;
- transition: all 0.5s;
- }
- .hospitalContent-w .card-body ul li:hover {
- color: #00a99d;
- }
- .containerContent-w {
- border-top: 5px solid #00a99d;
- }
- .hospitalContent-w .containerContent-w .information h2 {
- color: #74c5bf;
- }
- .hospitalContent-w .containerContent-w .information p {
- color: #bdb9b9;
- }
- .achievementsLang-w h2 {
- color: #74c5bf;
- }
- .achievementsLang-w p {
- color: #bdb9b9;
- }
- .testBody-w {
- background-color: #f3f3f3;
- }
- @media screen and (min-width: 1200px) {
- .container {
- max-width: 1200px !important;
- }
- }
|