Created logo
This commit is contained in:
parent
4fd7f76200
commit
c08398bf63
9
dist/tuicss.css
vendored
9
dist/tuicss.css
vendored
@ -1206,7 +1206,8 @@ input[type=button] {
|
|||||||
.tui-screen-640-480,
|
.tui-screen-640-480,
|
||||||
.tui-screen-800-600,
|
.tui-screen-800-600,
|
||||||
.tui-screen-1024-768 {
|
.tui-screen-1024-768 {
|
||||||
position: relative; }
|
position: relative;
|
||||||
|
overflow: hidden; }
|
||||||
.tui-screen-640-480.bordered,
|
.tui-screen-640-480.bordered,
|
||||||
.tui-screen-800-600.bordered,
|
.tui-screen-800-600.bordered,
|
||||||
.tui-screen-1024-768.bordered {
|
.tui-screen-1024-768.bordered {
|
||||||
@ -1994,7 +1995,7 @@ input[type=button] {
|
|||||||
|
|
||||||
/* Chart legends */
|
/* Chart legends */
|
||||||
.tui-chart-vertical .tui-chart-x-axis .tui-chart-legend {
|
.tui-chart-vertical .tui-chart-x-axis .tui-chart-legend {
|
||||||
flex-basis: 100%;
|
flex: 0 1 100%;
|
||||||
text-align: center; }
|
text-align: center; }
|
||||||
|
|
||||||
.tui-chart-vertical .tui-chart-y-axis .tui-chart-legend {
|
.tui-chart-vertical .tui-chart-y-axis .tui-chart-legend {
|
||||||
@ -2006,7 +2007,7 @@ input[type=button] {
|
|||||||
justify-content: flex-end; }
|
justify-content: flex-end; }
|
||||||
|
|
||||||
.tui-chart-horizontal .tui-chart-x-axis .tui-chart-legend {
|
.tui-chart-horizontal .tui-chart-x-axis .tui-chart-legend {
|
||||||
flex-basis: 100%;
|
flex: 0 1 100%;
|
||||||
text-align: right; }
|
text-align: right; }
|
||||||
|
|
||||||
.tui-chart-horizontal .tui-chart-y-axis .tui-chart-legend {
|
.tui-chart-horizontal .tui-chart-y-axis .tui-chart-legend {
|
||||||
@ -2019,7 +2020,7 @@ input[type=button] {
|
|||||||
|
|
||||||
/* Chart value */
|
/* Chart value */
|
||||||
.tui-chart-vertical .tui-chart-display .tui-chart-value {
|
.tui-chart-vertical .tui-chart-display .tui-chart-value {
|
||||||
flex-basis: 100%;
|
flex: 0 1 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
overflow: hidden; }
|
overflow: hidden; }
|
||||||
|
|
||||||
|
2
dist/tuicss.min.css
vendored
2
dist/tuicss.min.css
vendored
File diff suppressed because one or more lines are too long
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Inputs Example</title>
|
<title>Input Example</title>
|
||||||
<script src="../dist/tuicss.min.js"></script>
|
<script src="../dist/tuicss.min.js"></script>
|
||||||
<link rel="stylesheet" href="../dist/tuicss.min.css">
|
<link rel="stylesheet" href="../dist/tuicss.min.css">
|
||||||
<style>
|
<style>
|
BIN
resources/TUICSS Demo.png
Normal file
BIN
resources/TUICSS Demo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
BIN
resources/TUICSS Logo 160x160 transparent.png
Normal file
BIN
resources/TUICSS Logo 160x160 transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 827 B |
BIN
resources/TUICSS Logo 160x160.png
Normal file
BIN
resources/TUICSS Logo 160x160.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
resources/TUICSS Logo Transparent.png
Normal file
BIN
resources/TUICSS Logo Transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 585 B |
BIN
resources/TUICSS Logo.png
Normal file
BIN
resources/TUICSS Logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 528 B |
@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
/* Chart legends */
|
/* Chart legends */
|
||||||
.tui-chart-vertical .tui-chart-x-axis .tui-chart-legend {
|
.tui-chart-vertical .tui-chart-x-axis .tui-chart-legend {
|
||||||
flex-basis: 100%;
|
flex: 0 1 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.tui-chart-vertical .tui-chart-y-axis .tui-chart-legend {
|
.tui-chart-vertical .tui-chart-y-axis .tui-chart-legend {
|
||||||
@ -83,7 +83,7 @@
|
|||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
.tui-chart-horizontal .tui-chart-x-axis .tui-chart-legend {
|
.tui-chart-horizontal .tui-chart-x-axis .tui-chart-legend {
|
||||||
flex-basis: 100%;
|
flex: 0 1 100%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
.tui-chart-horizontal .tui-chart-y-axis .tui-chart-legend {
|
.tui-chart-horizontal .tui-chart-y-axis .tui-chart-legend {
|
||||||
@ -97,7 +97,7 @@
|
|||||||
|
|
||||||
/* Chart value */
|
/* Chart value */
|
||||||
.tui-chart-vertical .tui-chart-display .tui-chart-value {
|
.tui-chart-vertical .tui-chart-display .tui-chart-value {
|
||||||
flex-basis: 100%;
|
flex: 0 1 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
.tui-screen-800-600,
|
.tui-screen-800-600,
|
||||||
.tui-screen-1024-768 {
|
.tui-screen-1024-768 {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
&.bordered{
|
&.bordered{
|
||||||
border: 2px solid black;
|
border: 2px solid black;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user