mirror of
https://github.com/adamwalach/openvpn-web-ui.git
synced 2024-11-30 00:50:55 +03:00
21 lines
327 B
CSS
21 lines
327 B
CSS
.info-box-number2{
|
|
font-weight:bold;
|
|
font-size:18px;
|
|
}
|
|
|
|
.info-box-text2{
|
|
display:block;
|
|
font-size:18px;
|
|
white-space:nowrap;
|
|
overflow:hidden;
|
|
text-overflow:ellipsis
|
|
}
|
|
|
|
.info-box-number3{
|
|
font-weight:bold;
|
|
font-size:11px;
|
|
overflow: visible;
|
|
word-wrap: break-word;
|
|
white-space: initial;
|
|
display: block;
|
|
} |