Skip to content

Commit 7f5b05a

Browse files
committed
Port away from serve side scss
This doesn't work anymore Signed-off-by: Carl Schwan <[email protected]>
1 parent e219ecd commit 7f5b05a

2 files changed

Lines changed: 32 additions & 24 deletions

File tree

css/personalsettings.css

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2022 Carl Schwan <[email protected]>
3+
* SPDX-License-Identifer: AGPL-3.0-or-later
4+
*/
5+
6+
.clientslinks {
7+
display: flex;
8+
gap: 1rem;
9+
flex-wrap: wrap;
10+
margin-top: 20px;
11+
margin-bottom: 20px;
12+
}
13+
14+
.clientslinks a.button {
15+
display: inline-block;
16+
padding: 0.7rem 1rem;
17+
}
18+
19+
.clientslinks .button .appsmall {
20+
vertical-align: sub;
21+
margin-right: 0.2rem;
22+
}
23+
24+
.clipboardButton {
25+
display: inline-block;
26+
padding-left: 36px;
27+
background-position: 12px;
28+
}
29+
30+
#endpoint-url {
31+
width: 250px;
32+
}

css/personalsettings.scss

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)