MOre web bs
This commit is contained in:
41
static/css/clients/index.css
Normal file
41
static/css/clients/index.css
Normal file
@@ -0,0 +1,41 @@
|
||||
|
||||
|
||||
.table {
|
||||
margin: 0 auto;
|
||||
width: 80%;
|
||||
font-size: 0.95rem;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
border-collapse: collapse;
|
||||
border: 5px double black;
|
||||
}
|
||||
|
||||
|
||||
.table-header {
|
||||
border: 5px double black;
|
||||
}
|
||||
|
||||
.table-header-item {
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
padding-left: 5px;
|
||||
padding-right: 1px;
|
||||
border: 1px solid black;
|
||||
border-left: 0.5px thin gray;
|
||||
border-right: 0.5px thin gray;
|
||||
}
|
||||
|
||||
|
||||
.table-body {
|
||||
border: 5px double black;
|
||||
}
|
||||
|
||||
.table-cell {
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
padding-left: 5px;
|
||||
padding-right: 1px;
|
||||
border: 1px solid black;
|
||||
border-left: 0.5px thin gray;
|
||||
border-right: 0.5px thin gray;
|
||||
}
|
||||
Reference in New Issue
Block a user