12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .reportList-w {
- width: 100%;
- display: inline-block;
- padding: 40px 0;
- direction: rtl;
- font-family: 'Cairo', sans-serif;
- }
- .table {
- margin: 30px 0;
- }
- .dashButton-w {
- float: right;
- margin: 10px;
- }
- .custom-control-label::after,
- .custom-control-label::before {
- width: 1.5rem;
- height: 1.5rem;
- }
- .fixedWidthLabel-w::after,
- .fixedWidthLabel-w::before {
- width: 1.5rem;
- height: 1.5rem;
- }
- .disblayBlock-w {
- display: block;
- }
- .centerIneerItem {
- display: flex;
- justify-content: center;
- text-align: center;
- }
- .rightFloat {
- float: right;
- width: 80%;
- }
- .leftFloat {
- float: right;
- margin-top: 12px;
- margin-right: 7px;
- }
|