|
|
Строка 973: |
Строка 973: |
| pointer-events: none; | | pointer-events: none; |
| cursor: default; | | cursor: default; |
| }
| |
|
| |
| .card-summary {
| |
| background: linear-gradient(to right, #f8f9fa, #e9ecef); /* Легкий градиент */
| |
| padding: 15px;
| |
| border-radius: 8px;
| |
| margin-top: 10px;
| |
| font-family: 'Poppins', sans-serif;
| |
| font-size: 16px;
| |
| color: #333;
| |
| box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Легкая тень для выделения */
| |
| }
| |
|
| |
| .card-summary h6 {
| |
| font-size: 18px;
| |
| color: #495057;
| |
| margin-bottom: 10px;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| .card-summary p {
| |
| font-size: 15px;
| |
| line-height: 1.5;
| |
| color: #6c757d;
| |
| }
| |
|
| |
| .card-summary .important {
| |
| font-weight: bold;
| |
| color: #212529;
| |
| background-color: #f1f3f5; /* Светлый фон для выделенного текста */
| |
| padding: 2px 6px;
| |
| border-radius: 4px;
| |
| }
| |
|
| |
| .card-summary .icon {
| |
| margin-right: 8px;
| |
| color: #007bff;
| |
| font-size: 20px;
| |
| } | | } |