Skip to content

Commit 40f8fcc

Browse files
author
nirajr1992
committed
New styles added for showing code of html & css. Improvement in placement of layout.
1 parent 8ac7509 commit 40f8fcc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

css/uploader.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,26 @@ body {
5656
.btn:hover{
5757
color: #fff !important;
5858
}
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; }
5979
/* end Page Style */
6080

6181
#remove-profile-btn{

0 commit comments

Comments
 (0)