refactor all the things
This commit is contained in:
parent
8ed39690f1
commit
bb5cb708bd
36 changed files with 1563 additions and 931 deletions
|
@ -1,7 +0,0 @@
|
|||
.inline-group .tabular .has_original td:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.inline-group .tabular tr:not(.has_original) td:first-child {
|
||||
display: none;
|
||||
}
|
29
hub/services/static/admin/css/service_offering.css
Normal file
29
hub/services/static/admin/css/service_offering.css
Normal file
|
@ -0,0 +1,29 @@
|
|||
.price-table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.price-table th,
|
||||
.price-table td {
|
||||
padding: 8px;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.price-table th {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.button {
|
||||
display: inline-block;
|
||||
padding: 4px 8px;
|
||||
background: #79aec8;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background: #609ab6;
|
||||
}
|
5
hub/services/static/css/bootstrap-icons.min.css
vendored
Normal file
5
hub/services/static/css/bootstrap-icons.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
hub/services/static/js/bootstrap.bundle.min.js
vendored
Normal file
7
hub/services/static/js/bootstrap.bundle.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue