tabs
parent
b2458d11e0
commit
595709944d
|
|
@ -3,20 +3,23 @@
|
|||
margin-bottom: 32px;
|
||||
max-width: 100%;
|
||||
overflow: auto;
|
||||
border-bottom: #E8E8E8 solid 1px;
|
||||
box-shadow: inset 0px -1px var(--second-dis);
|
||||
-webkit-overflow-scrolling: touch;
|
||||
&.simple {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
button {
|
||||
padding: 7px 16px;
|
||||
padding: 8px 20px;
|
||||
margin-right: -1px;
|
||||
background: #ffffff;
|
||||
border-radius: 8px 8px 0 0;
|
||||
border-radius: 4px 4px 0 0;
|
||||
border: var(--prime) solid 1px;
|
||||
color: var(--prime);
|
||||
font-family: PT Sans;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 24px; /* 150% */
|
||||
cursor: pointer;
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue