Created logo

This commit is contained in:
vinibiavatti 2020-12-28 12:38:56 +00:00
parent 4fd7f76200
commit c08398bf63
10 changed files with 11 additions and 9 deletions

9
dist/tuicss.css vendored
View File

@ -1206,7 +1206,8 @@ input[type=button] {
.tui-screen-640-480,
.tui-screen-800-600,
.tui-screen-1024-768 {
position: relative; }
position: relative;
overflow: hidden; }
.tui-screen-640-480.bordered,
.tui-screen-800-600.bordered,
.tui-screen-1024-768.bordered {
@ -1994,7 +1995,7 @@ input[type=button] {
/* Chart legends */
.tui-chart-vertical .tui-chart-x-axis .tui-chart-legend {
flex-basis: 100%;
flex: 0 1 100%;
text-align: center; }
.tui-chart-vertical .tui-chart-y-axis .tui-chart-legend {
@ -2006,7 +2007,7 @@ input[type=button] {
justify-content: flex-end; }
.tui-chart-horizontal .tui-chart-x-axis .tui-chart-legend {
flex-basis: 100%;
flex: 0 1 100%;
text-align: right; }
.tui-chart-horizontal .tui-chart-y-axis .tui-chart-legend {
@ -2019,7 +2020,7 @@ input[type=button] {
/* Chart value */
.tui-chart-vertical .tui-chart-display .tui-chart-value {
flex-basis: 100%;
flex: 0 1 100%;
text-align: center;
overflow: hidden; }

2
dist/tuicss.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Inputs Example</title>
<title>Input Example</title>
<script src="../dist/tuicss.min.js"></script>
<link rel="stylesheet" href="../dist/tuicss.min.css">
<style>

BIN
resources/TUICSS Demo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 827 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

BIN
resources/TUICSS Logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 B

View File

@ -71,7 +71,7 @@
/* Chart legends */
.tui-chart-vertical .tui-chart-x-axis .tui-chart-legend {
flex-basis: 100%;
flex: 0 1 100%;
text-align: center;
}
.tui-chart-vertical .tui-chart-y-axis .tui-chart-legend {
@ -83,7 +83,7 @@
justify-content: flex-end;
}
.tui-chart-horizontal .tui-chart-x-axis .tui-chart-legend {
flex-basis: 100%;
flex: 0 1 100%;
text-align: right;
}
.tui-chart-horizontal .tui-chart-y-axis .tui-chart-legend {
@ -97,7 +97,7 @@
/* Chart value */
.tui-chart-vertical .tui-chart-display .tui-chart-value {
flex-basis: 100%;
flex: 0 1 100%;
text-align: center;
overflow: hidden;
}

View File

@ -15,6 +15,7 @@
.tui-screen-800-600,
.tui-screen-1024-768 {
position: relative;
overflow: hidden;
&.bordered{
border: 2px solid black;
}