| | |
| | | @import "c/lexCssUtility"; |
| | | .lexButtoun { |
| | | font-size: 18px; |
| | | font-family: "sans-serif"; |
| | | font-weight: 500; |
| | | color: #0a81df; |
| | | /* border:2px solid rgb(8,16,132); */ |
| | | /* border-color:rgb(8,16,132); */ |
| | | width: 160px; |
| | | height: 36px; |
| | | border-radius: 4px; |
| | | opacity: 1; |
| | | background: #ffffff; |
| | | box-sizing: border-box; |
| | | border: 1px solid #0a81df; |
| | | @import 'c/lexCssUtility'; |
| | | .lexButtoun{ |
| | | font-size: 18px; |
| | | font-family: 'sans-serif'; |
| | | font-weight:500; |
| | | color:#0A81DF; |
| | | /* border:2px solid rgb(8,16,132); */ |
| | | /* border-color:rgb(8,16,132); */ |
| | | width: 160px; |
| | | height: 36px; |
| | | border-radius: 4px; |
| | | opacity: 1; |
| | | background: #FFFFFF; |
| | | box-sizing: border-box; |
| | | border:1px solid #0A81DF; |
| | | } |