fix padding & line
This commit is contained in:
parent
f8d625aaf4
commit
853bcca28e
2 changed files with 11 additions and 2 deletions
|
|
@ -1698,6 +1698,10 @@ a.text-warning:hover {color: #FD7262;}
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.tabs-content>.content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.content-item {
|
||||
border-bottom: 1px solid rgba(32,48,64,0.30);
|
||||
box-shadow: 0px 1px 0px 0px rgba(121,140,158,0.10);
|
||||
|
|
@ -1734,4 +1738,9 @@ a.text-warning:hover {color: #FD7262;}
|
|||
.clipo {
|
||||
padding: 0 0 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.line-none {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue