Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .card.card-lista {
- /* border: 0.5px solid #bdc2c5; */
- transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
- overflow: hidden;
- border-radius: 4px;
- /* box-shadow: 0 0 3px 0 rgba(0,0,0,0.2); */
- -webkit-box-shadow: 0 7.5px 6px -6px #ccc;
- -moz-box-shadow: 0 7.5px 6px -6px #ccc;
- box-shadow: 0 7.5px 6px -6px #ccc;
- margin-bottom: 10px;
- }
- /* .input-group-text {
- border-top-left-radius: 8px !important;
- border-bottom-left-radius: 8px !important;
- } */
- /* .input-group-text .d-line-block {
- border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important;
- } */
- .input-group .btn {
- border-top-left-radius: 0 !important;
- border-bottom-left-radius: 0 !important;
- border-top-right-radius: 8px;
- border-bottom-right-radius: 8px;
- }
- select, textarea {
- border-color: #6c757d !important;
- font-family: Arial, sans-serif;
- font-size: 14px;
- border-radius: 8px !important;
- }
- input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="number"] {
- border-color: #6c757d;
- font-family: Arial, sans-serif;
- font-size: 14px;
- border-radius: 8px;
- }
- .input-group-text {
- border-color: #6c757d;
- }
- .table.condensed td, .table.condensed th {
- padding-top: 0.8rem !important;
- padding-bottom: 0.8rem !important;
- }
- .table.bottom-min td, .table.bottom-min th {
- padding-bottom: 0.4rem !important;
- }
- .table td.top-min-cell-2, .table th.top-min-cell-2 {
- padding-top: 0.2rem !important;
- }
- .table td.top-min-cell-4, .table th.top-min-cell-2 {
- padding-top: 0.4rem !important;
- }
- .table td.top-min-cell-6, .table th.top-min-cell-6 {
- padding-top: 0.6rem !important;
- }
- .table td.top-min-btn, .table th.top-min-btn {
- padding-top: 0.2rem !important;
- }
- .hr-line {
- border: #555;
- margin: 4px 0;
- margin-top: 6px;
- margin-bottom: 6px;
- opacity: 0.5;
- size: 2;
- }
- .hr-line-light {
- border: #777;
- margin: 4px 0;
- margin-top: 5px;
- margin-bottom: 5px;
- opacity: 0.4;
- size: 2;
- }
- .hr-line-light-2 {
- border: #ccc;
- margin: 6px 0;
- margin-top: 5px;
- margin-bottom: 5px;
- opacity: 0.3;
- size: 2;
- }
- .hr-line-dashed {
- border-top: 1px dashed #666;
- color: #ffffff;
- margin: 6px 0;
- margin-top: 5px;
- background-color: #ffffff;
- height: 1px;
- }
- .ellipsis {
- overflow: hidden;
- /*display: block;*/
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .btn-38 {
- min-width: 38.25px;
- }
- .btn-80 {
- min-width: 80px;
- }
- .no-select {
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement