aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/sendTimestamps/styles.css
diff options
context:
space:
mode:
authorV <vendicated@riseup.net>2023-04-15 04:42:18 +0200
committerGitHub <noreply@github.com>2023-04-15 04:42:18 +0200
commit88ad4f1b0597a06695aae4166fb8ac1024f31c4c (patch)
tree7b77998146f62bc87e70b59d3a8a4309b12d1f7d /src/plugins/sendTimestamps/styles.css
parentf75f88786118640dd72b40adf587a725493aa8a0 (diff)
downloadVencord-88ad4f1b0597a06695aae4166fb8ac1024f31c4c.tar.gz
Vencord-88ad4f1b0597a06695aae4166fb8ac1024f31c4c.tar.bz2
Vencord-88ad4f1b0597a06695aae4166fb8ac1024f31c4c.zip
SendTimestamps (#891)
Co-authored-by: Tyler Flowers <contact@ggtylerr.dev>
Diffstat (limited to 'src/plugins/sendTimestamps/styles.css')
-rw-r--r--src/plugins/sendTimestamps/styles.css48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/plugins/sendTimestamps/styles.css b/src/plugins/sendTimestamps/styles.css
new file mode 100644
index 0000000..daefd42
--- /dev/null
+++ b/src/plugins/sendTimestamps/styles.css
@@ -0,0 +1,48 @@
+.vc-st-modal-content input {
+ background-color: var(--input-background);
+ color: var(--text-normal);
+ width: 95%;
+ padding: 8px 8px 8px 12px;
+ margin: 1em 0;
+ outline: none;
+ border: 1px solid var(--input-background);
+ border-radius: 4px;
+ font-weight: 500;
+ font-style: inherit;
+ font-size: 100%;
+}
+
+.vc-st-format-label,
+.vc-st-format-label span {
+ background-color: transparent;
+}
+
+.vc-st-modal-content [class|="select"] {
+ margin-bottom: 1em;
+}
+
+.vc-st-modal-content [class|="select"] span {
+ background-color: var(--input-background);
+}
+
+.vc-st-modal-header {
+ justify-content: space-between;
+ align-content: center;
+}
+
+.vc-st-modal-header h1 {
+ margin: 0;
+}
+
+.vc-st-modal-header button {
+ padding: 0;
+}
+
+.vc-st-preview-text {
+ margin-bottom: 1em;
+}
+
+.vc-st-button {
+ margin-right: 4px;
+ transform: scale(1.1);
+}