Styles
This commit is contained in:
parent
48fabda81f
commit
79827b946d
|
@ -57,6 +57,7 @@
|
|||
text-align: center;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.bd-form-item h5 {
|
||||
|
@ -111,6 +112,8 @@
|
|||
border-radius: 4px;
|
||||
margin-top: 10px;
|
||||
cursor: pointer;
|
||||
font-weight: 500;
|
||||
user-select: none;
|
||||
|
||||
&:hover {
|
||||
background: lighten(#3e82e5, 5%);
|
||||
|
|
Loading…
Reference in New Issue