summaryrefslogtreecommitdiff
path: root/css/frame-about.css
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-03-27 21:29:24 +0200
committerMinteck <contact@minteck.org>2022-03-27 21:29:24 +0200
commit226516aca48e97d3dc4e4df213bc2023e64b1afd (patch)
tree60fb4f24b75b120e7e5b0e149069b16367c48aa0 /css/frame-about.css
downloadargon-226516aca48e97d3dc4e4df213bc2023e64b1afd.tar.gz
argon-226516aca48e97d3dc4e4df213bc2023e64b1afd.tar.bz2
argon-226516aca48e97d3dc4e4df213bc2023e64b1afd.zip
Initial commit
Diffstat (limited to 'css/frame-about.css')
-rw-r--r--css/frame-about.css52
1 files changed, 52 insertions, 0 deletions
diff --git a/css/frame-about.css b/css/frame-about.css
new file mode 100644
index 0000000..9a2e804
--- /dev/null
+++ b/css/frame-about.css
@@ -0,0 +1,52 @@
+#frame-about-general {
+ display: grid;
+ grid-template-columns: 64px 1fr;
+}
+
+#frame-about-general-icon {
+ width: 64px;
+}
+
+#frame-contents {
+ padding: 10px;
+}
+
+#frame-about-general-text {
+ display: flex;
+ align-items: center;
+ margin-left: 10px;
+}
+
+#frame-about-debug {
+ width: 100%;
+ font-size: 12px;
+ margin-top: 10px;
+}
+
+.frame-about-section * {
+ max-width: 50vw;
+ text-overflow: ellipsis;
+ overflow: hidden;
+}
+
+.frame-about-section {
+ display: grid;
+ grid-template-columns: max-content 1fr;
+ grid-column-gap: 5px;
+ margin-left: 15px;
+ margin-bottom: 10px;
+}
+
+.frame-about-link {
+ color: #0000c8;
+ text-decoration: underline;
+ cursor: pointer;
+}
+
+.frame-about-link:hover {
+ text-decoration: none;
+}
+
+.frame-about-link:active {
+ opacity: .5;
+} \ No newline at end of file