aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.rtl.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-10-21 11:44:03 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-21 11:44:03 +0200
commitb438d8bb3d4b3dea6d28d0b0c73da9393c9d8299 (patch)
treefe3c9550c2f3cd46edefae7ceda56407c80d8e36 /p/themes/base-theme/template.rtl.css
parentcfd625c5596f2ce20ab4341bb04ddb263552e417 (diff)
ESLint upgrade from JSHint (#3906)
* ESLint upgrade from JSHint * commit corresponding package.json * `npm run fix` for automatic JS and CSS fixes * Keep JSHint config for now
Diffstat (limited to 'p/themes/base-theme/template.rtl.css')
-rw-r--r--p/themes/base-theme/template.rtl.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css
index d6f0d0168..f74b9f9da 100644
--- a/p/themes/base-theme/template.rtl.css
+++ b/p/themes/base-theme/template.rtl.css
@@ -465,7 +465,7 @@ a.btn {
/*=== Boxes */
.box {
- margin: 20px 10px;
+ margin: 20px 0 20px 20px;
display: inline-block;
max-width: 95%;
width: 20rem;
@@ -473,6 +473,11 @@ a.btn {
vertical-align: top;
}
+.box.visible-semi {
+ border-style: dashed;
+ opacity: 0.5;
+}
+
.box .box-title {
position: relative;
font-size: 1.2rem;
@@ -874,7 +879,7 @@ input[type="search"] {
}
.subtitle > div:not(:first-of-type)::before {
- content: ' · ';
+ content: ' · ';
}
br {
@@ -1114,7 +1119,7 @@ br {
display: none;
position: fixed;
top: 2%; bottom: 2%;
- left: 3%; right: 3%;
+ right: 3%; left: 3%;
overflow: auto;
}