update Table style: font-size
This commit is contained in:
parent
d29a51230e
commit
a1014d92ef
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-base;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -238,7 +238,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&-large {
|
&-large {
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-large;
|
||||||
th{
|
th{
|
||||||
height: 48px;
|
height: 48px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue