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

github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorBalint Erdosi <erdosib@gmail.com>2020-12-22 03:16:34 +0300
committerBalint Erdosi <erdosib@gmail.com>2020-12-22 03:16:34 +0300
commita4f863e436ac5e355a46fae9275ab0734e05ad90 (patch)
tree35e008294430726b390dc2b0518727631da5f756 /css
parent76e4e5400fa2d0d29a8c41fbbac1526d427dee10 (diff)
remove legacy dashboard widget
Signed-off-by: Balint Erdosi <erdosib@gmail.com>
Diffstat (limited to 'css')
-rwxr-xr-xcss/widget.css47
1 files changed, 0 insertions, 47 deletions
diff --git a/css/widget.css b/css/widget.css
deleted file mode 100755
index 9a6fbd8..0000000
--- a/css/widget.css
+++ /dev/null
@@ -1,47 +0,0 @@
-.icon-weather {
- background-image: url('../img/app-dark.svg');
-}
-.icon-weather-light {
- background-image: url('../img/app.svg');
-}
-
-.weatherWidgetContents {
- margin: 0 44px;
-}
-
-.weatherWidgetContents h3.locationValue {
- text-align: left;
-}
-
-.weatherWidgetContents .weatherWidgetList {
- display: flex;
- padding: 0;
- flex-wrap: wrap;
-}
-
-.weatherWidgetContents .weatherWidgetList .measurement,
-.weatherWidgetContents .weatherWidgetList .value {
- flex: 1 1 50%;
- text-align: left;
- min-width: 80px;
-}
-
-.weatherWidgetContents .weatherWidgetList .measurement {
- font-weight: bold;
-}
-
-.weatherWidgetContents .weaterWidgetList .measurement::after {
- content:":";
-}
-
-.weatherWidgetContents .info {
- position: absolute;
- bottom: 11px;
- left: 0;
- margin: 22px;
-}
-
-.weatherWidgetContents .info.error {
- color: red;
- color: var(--color-error);
-}