We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac7509 commit 40f8fccCopy full SHA for 40f8fcc
css/uploader.css
@@ -56,6 +56,26 @@ body {
56
.btn:hover{
57
color: #fff !important;
58
}
59
+.btn-absolute{
60
+ position: absolute;
61
+ right: 15px;
62
+ top: 20px;
63
+}
64
+.btn-outline{
65
+ padding: 2px 12px;
66
+ border: 1px solid #9c27b0;
67
+ color: #9c27b0;
68
69
+.code-section{
70
+ background-color: #f7f7f9;
71
+ margin-top: 40px;
72
73
+.css-section{
74
+ position: relative;
75
+ margin-top: 35px;
76
77
+.css-copy{ top: 0 !important; right: 0 !important; }
78
+.css-code{ max-height: 200px; overflow-y: auto; }
79
/* end Page Style */
80
81
#remove-profile-btn{
0 commit comments