/home/desid573/public_html/gcdriver/assets/css
NameSizeModeActions
bootstrap-theme.css256820644editdlrm
bootstrap-theme.css.map480050644editdlrm
bootstrap-theme.min.css234110644editdlrm
bootstrap-theme.min.css.map756000644editdlrm
bootstrap-timepicker.css34750644editdlrm
bootstrap-timepicker.min.css30340644editdlrm
bootstrap.css1459330644editdlrm
bootstrap.css.map3908870644editdlrm
bootstrap.min.css1214570644editdlrm
bootstrap.min.css.map5404340644editdlrm
jquery-ui.min.css320760644editdlrm
squareform.css14280644editdlrm
style.css42750644editdlrm
timepicker.less38340644editdlrm
Edit: /home/desid573/public_html/gcdriver/assets/css/squareform.css (1428B)
/* Copyright 2019 Square Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body, html { background-color: #FFFFFF;; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal; height: 100%; } /* Customize the "Pay" button */ .button-credit-card { width: 40%; height: 56px; margin: 48px auto; background: #4A90E2; border-radius: 8px; cursor: pointer; display: block; color: #FFFFFF; font-size: 16px; line-height: 24px; font-weight: 700; letter-spacing: 0; text-align: center; -webkit-transition: background .2s ease-in-out; -moz-transition: background .2s ease-in-out; -ms-transition: background .2s ease-in-out; transition: background .2s ease-in-out; } .button-credit-card:hover { background-color: #4281CB; } .sq-card-base { align-items: flex-start; }