Skip to content

Commit ed008cb

Browse files
committed
Enhance alt css demo
1 parent 711eec0 commit ed008cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

myaccount/dist/css/alt-myaccount-example.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,16 @@ form#formregister {
6868
border: 1px solid #fff;
6969
}
7070

71+
body:not(.bodylogin) {
72+
padding-top: 0px !important;
73+
padding-bottom: 0px !important;
74+
}
75+
76+
textarea, input[type='text'], input[type='password'], input[type='datetime'], input[type='datetime-local'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='number'], input[type='email'], input[type='url'], input[type='search'], input[type='tel'], input[type='color'], .uneditable-input {
77+
border: 1px solid #ccc;
78+
border-radius: 5px;
79+
}
80+
7181

7282
/* For other sizes */
7383

0 commit comments

Comments
 (0)