Register link in the login page
This commit is contained in:
@@ -61,6 +61,16 @@
|
||||
transform: scale(1.05);
|
||||
}
|
||||
}
|
||||
#register {
|
||||
border-color: @cryptpad_color_blue;
|
||||
background: #fff;
|
||||
color: @cryptpad_color_blue;
|
||||
padding: 10px;
|
||||
border-radius: 0;
|
||||
&:hover {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.cp-container {
|
||||
|
||||
Reference in New Issue
Block a user