mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
10 lines
203 B
CSS
10 lines
203 B
CSS
.no-border {
|
|
border: 0 !important;
|
|
box-shadow: none !important;
|
|
-webkit-box-shadow: none !important;
|
|
}
|
|
.no-border td {
|
|
border: 0px !important;
|
|
padding: 0px 10px 0px 0px !important;
|
|
}
|