Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2020-04-11 15:30:18 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2020-04-11 15:30:18 +0300
commitba0ba69191a08792c7a52753970d819903015e4b (patch)
treec8f5171e7c057ce48f01c250ca252c31a949c7d3 /src
parentf85a17d1ad1f6de648082e85a089c396ccdcee46 (diff)
Report GVARs
Diffstat (limited to 'src')
-rw-r--r--src/css/tabs/programming.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/css/tabs/programming.css b/src/css/tabs/programming.css
index e69de29b..504cecee 100644
--- a/src/css/tabs/programming.css
+++ b/src/css/tabs/programming.css
@@ -0,0 +1,31 @@
+.gvar__container {
+ width: 100%;
+ margin: 1em 0 1em 0;
+ padding: 0;
+ position: relative;
+}
+
+.gvar__wrapper {
+ position: relative;
+ float: left;
+ width: 25%;
+ margin: 0;
+ padding: 0;
+}
+
+.gvar__cell {
+ margin: 1em;
+ padding: 1em;
+ background-color: rgb(55, 168, 219);
+}
+
+.gvar__cell h2 {
+ font-size: 1em;
+ color: #eee;
+}
+
+.gvar__value {
+ font-size: 2em;
+ color:#fff;
+ font-weight: bold;
+} \ No newline at end of file