New styles for Services table view - #3614
After Width: | Height: | Size: 241 B |
After Width: | Height: | Size: 274 B |
After Width: | Height: | Size: 371 B |
After Width: | Height: | Size: 460 B |
After Width: | Height: | Size: 403 B |
After Width: | Height: | Size: 529 B |
After Width: | Height: | Size: 309 B |
After Width: | Height: | Size: 363 B |
After Width: | Height: | Size: 362 B |
After Width: | Height: | Size: 437 B |
After Width: | Height: | Size: 331 B |
After Width: | Height: | Size: 396 B |
After Width: | Height: | Size: 391 B |
After Width: | Height: | Size: 340 B |
After Width: | Height: | Size: 349 B |
After Width: | Height: | Size: 444 B |
After Width: | Height: | Size: 281 B |
After Width: | Height: | Size: 424 B |
After Width: | Height: | Size: 382 B |
After Width: | Height: | Size: 382 B |
After Width: | Height: | Size: 347 B |
After Width: | Height: | Size: 429 B |
After Width: | Height: | Size: 447 B |
After Width: | Height: | Size: 335 B |
After Width: | Height: | Size: 450 B |
|
@ -5859,3 +5859,30 @@ a#qr_code_agent_view {
|
|||
padding: 15px;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* ---------------------------------------------------------------------
|
||||
* - SERVICES TABLE VIEW
|
||||
* ---------------------------------------------------------------------
|
||||
*/
|
||||
#table_services {
|
||||
display: grid;
|
||||
grid-gap: 20px;
|
||||
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
||||
grid-template-rows: 1fr;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.table_services_item_link {
|
||||
font-size: 16px;
|
||||
display: grid;
|
||||
min-height: 80px;
|
||||
box-sizing: border-box;
|
||||
padding: 10px 10px 10px 0;
|
||||
}
|
||||
|
||||
.table_services_item {
|
||||
display: grid;
|
||||
align-items: center;
|
||||
grid-template-columns: 50px auto;
|
||||
}
|
||||
|
|