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

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-12-03 02:19:13 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-12-03 02:19:13 +0300
commit2be0b9a4d7a2c3ad946dc4bc2bf4f01da55ea988 (patch)
treef4b55329a1a6da632d314e1db334c7f073a5eaf6 /assets/css
parent8d0668e5a6a990ceb78a1996a3443e67db31483e (diff)
Tenatively improve feature row
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/main.scss34
1 files changed, 34 insertions, 0 deletions
diff --git a/assets/css/main.scss b/assets/css/main.scss
index 3021b29..077e4b2 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -182,3 +182,37 @@ blockquote::after{
font-size: 1.350em;
margin-top: 0.8em;
}
+.btn,
+#goog-wm-sb {
+ display:inline-block;
+ margin-bottom:0.25em;
+ padding:0.5em 1em;
+ font-family:"Raleway",sans-serif;
+ font-size:.55em;
+ font-weight:bold;
+ text-align:center;
+ text-decoration:none;
+ border-width:0;
+ border-radius:4px;
+ cursor:pointer
+}
+
+.btn--primary {
+
+ /*background-color: #4a93dd;*/
+ background-color: #fff;
+ color: #000;
+
+}
+.btn--primary:visited {
+ /*background-color: #4a93dd;*/
+ background-color: #fff;
+ color:#000
+}
+.btn--primary:hover {
+
+ /*background-color: #3a75af;*/
+ background-color: #fff;
+ color: #4a93dd;
+
+}