welcome_css 0.8 → 0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 333f497e2241526dc313c6263a37bdebe023da43ed51367a8774e4acaf73d145
         | 
| 4 | 
            +
              data.tar.gz: 3651fc364854c0fc7d891db803daae093b8de0e187a700d0b390812df4174fe9
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 4d967218e03950be338d635642721eb9cb93bcce887f1c4af8847126eed824dd1af2be140f1e3e7766da4c1ac89012bf847313c6002590f1f0d91235476e2380
         | 
| 7 | 
            +
              data.tar.gz: 58420463e5075ec8036e89a90fad890c64a672e24d45545625992b44d64bc4cb588c5251be25cf290c71323f4b43ab23d96e4bca15a5357641420383be836bc3
         | 
| @@ -159,6 +159,9 @@ table .ui-table-row { | |
| 159 159 | 
             
              background-color: transparent;
         | 
| 160 160 | 
             
              border: transparent;
         | 
| 161 161 | 
             
            }
         | 
| 162 | 
            +
            .ui-app-area .dropdown .btn.dropdown-toggle:hover .dropdown-menu {
         | 
| 163 | 
            +
              display: block !important;
         | 
| 164 | 
            +
            }
         | 
| 162 165 | 
             
            .site-plan .card-body {
         | 
| 163 166 | 
             
              padding: 0;
         | 
| 164 167 | 
             
            }
         | 
| @@ -806,6 +809,12 @@ table .ui-table-row { | |
| 806 809 | 
             
              padding: 15px 20px;
         | 
| 807 810 | 
             
              min-height: 300px;
         | 
| 808 811 | 
             
            }
         | 
| 812 | 
            +
            .am-content .widget {
         | 
| 813 | 
            +
              float: none;
         | 
| 814 | 
            +
              padding: 0;
         | 
| 815 | 
            +
              background-color: transparent;
         | 
| 816 | 
            +
              border: none;
         | 
| 817 | 
            +
            }
         | 
| 809 818 | 
             
            .widget .widget-title {
         | 
| 810 819 | 
             
              font-size: 18px;
         | 
| 811 820 | 
             
              line-height: 22px;
         | 
| @@ -990,14 +999,21 @@ table .ui-table-row { | |
| 990 999 | 
             
            }
         | 
| 991 1000 | 
             
            .search-area .search-lp {
         | 
| 992 1001 | 
             
              height: 50px;
         | 
| 1002 | 
            +
              border-radius: 4px;
         | 
| 993 1003 | 
             
              -webkit-border-top-right-radius: 0px;
         | 
| 994 1004 | 
             
              -webkit-border-bottom-right-radius: 0px;
         | 
| 995 1005 | 
             
              -moz-border-radius-topright: 0px;
         | 
| 996 1006 | 
             
              -moz-border-radius-bottomright: 0px;
         | 
| 997 1007 | 
             
              border-top-right-radius: 0px;
         | 
| 998 1008 | 
             
              border-bottom-right-radius: 0px;
         | 
| 1009 | 
            +
              border-color: #D9D9D9 !important;
         | 
| 1010 | 
            +
              border-style: solid;
         | 
| 1011 | 
            +
              background-color: #fff;
         | 
| 1012 | 
            +
              border-width: 1px;
         | 
| 1013 | 
            +
              padding: 5px 10px;
         | 
| 1014 | 
            +
              border-image: none;
         | 
| 999 1015 | 
             
            }
         | 
| 1000 | 
            -
            .search-area  | 
| 1016 | 
            +
            .search-area input[type="image"] {
         | 
| 1001 1017 | 
             
              height: 50px;
         | 
| 1002 1018 | 
             
              -webkit-border-top-left-radius: 0px;
         | 
| 1003 1019 | 
             
              -webkit-border-bottom-left-radius: 0px;
         | 
| @@ -1007,13 +1023,12 @@ table .ui-table-row { | |
| 1007 1023 | 
             
              border-bottom-left-radius: 0px;
         | 
| 1008 1024 | 
             
              height: 50px;
         | 
| 1009 1025 | 
             
              padding: 5px;
         | 
| 1010 | 
            -
            }
         | 
| 1011 | 
            -
            .search-area button.btn-primary {
         | 
| 1012 1026 | 
             
              background-color: #EEF2F7 !important;
         | 
| 1013 1027 | 
             
              font-size: 16px;
         | 
| 1014 1028 | 
             
              border: 1px solid #D9D9D9;
         | 
| 1015 1029 | 
             
              color: #AFAFAF;
         | 
| 1016 1030 | 
             
              text-align: center;
         | 
| 1031 | 
            +
              margin: -4px 0 0 -6px;
         | 
| 1017 1032 | 
             
            }
         | 
| 1018 1033 | 
             
            .search-area button img {
         | 
| 1019 1034 | 
             
              width: -moz-available; 
         | 
| @@ -1065,4 +1080,145 @@ table .ui-table-row { | |
| 1065 1080 | 
             
              top: 0;
         | 
| 1066 1081 | 
             
              bottom: 0;
         | 
| 1067 1082 | 
             
              color: #000;
         | 
| 1083 | 
            +
            }
         | 
| 1084 | 
            +
             | 
| 1085 | 
            +
            /* =========================== */
         | 
| 1086 | 
            +
             | 
| 1087 | 
            +
            .ui-app-area .teardown-information-block {
         | 
| 1088 | 
            +
              display: block;
         | 
| 1089 | 
            +
              width: 100%;
         | 
| 1090 | 
            +
              padding: 15px;
         | 
| 1091 | 
            +
              margin-left: 15px;
         | 
| 1092 | 
            +
              margin-right: 15px;
         | 
| 1093 | 
            +
            }
         | 
| 1094 | 
            +
            .ui-app-area .card-block {
         | 
| 1095 | 
            +
              display: block !important;
         | 
| 1096 | 
            +
            }
         | 
| 1097 | 
            +
            .ui-app-area .data-list {
         | 
| 1098 | 
            +
              display: block;
         | 
| 1099 | 
            +
              float: left;
         | 
| 1100 | 
            +
              position: relative;
         | 
| 1101 | 
            +
              margin-top: 20px;
         | 
| 1102 | 
            +
            }
         | 
| 1103 | 
            +
            .ui-app-area .data-list h4 {
         | 
| 1104 | 
            +
              font-size: 18px;
         | 
| 1105 | 
            +
              color: #6F6F6F;
         | 
| 1106 | 
            +
              letter-spacing: 0;
         | 
| 1107 | 
            +
              font-family: 'hk_groteskmedium';
         | 
| 1108 | 
            +
              padding: 12px 15px 12px 0;
         | 
| 1109 | 
            +
              min-height: 80px;
         | 
| 1110 | 
            +
            }
         | 
| 1111 | 
            +
            .ui-app-area .data-list h4 span {
         | 
| 1112 | 
            +
              font-size: 15px;
         | 
| 1113 | 
            +
            }
         | 
| 1114 | 
            +
            .ui-app-area .data-list .data-list-item {
         | 
| 1115 | 
            +
              padding: 0 15px 0 25px !important;
         | 
| 1116 | 
            +
              width: 100%;
         | 
| 1117 | 
            +
              margin: 0 0 30px 0;
         | 
| 1118 | 
            +
            }
         | 
| 1119 | 
            +
            .ui-app-area .data-list .data-list-item strong,
         | 
| 1120 | 
            +
            .ui-app-area .data-list-card strong {
         | 
| 1121 | 
            +
              font-family: 'gt-eesti-regular';
         | 
| 1122 | 
            +
              font-size: 18px;
         | 
| 1123 | 
            +
            }
         | 
| 1124 | 
            +
            .ui-app-area .data-list-card {
         | 
| 1125 | 
            +
              display: block;
         | 
| 1126 | 
            +
              float: left;
         | 
| 1127 | 
            +
              position: relative;
         | 
| 1128 | 
            +
              background-color: #EEF2F7;
         | 
| 1129 | 
            +
              border-radius: $ui-radius;
         | 
| 1130 | 
            +
              margin: 20px 0;
         | 
| 1131 | 
            +
              padding: 15px;
         | 
| 1132 | 
            +
              text-align: center;
         | 
| 1133 | 
            +
              min-height: 265px;
         | 
| 1134 | 
            +
            }
         | 
| 1135 | 
            +
            .ui-app-area .data-list-card h4 {
         | 
| 1136 | 
            +
              font-size: 16px;
         | 
| 1137 | 
            +
              color: #6F6F6F;
         | 
| 1138 | 
            +
              letter-spacing: 0;
         | 
| 1139 | 
            +
              font-family: 'hk_groteskmedium';
         | 
| 1140 | 
            +
            }
         | 
| 1141 | 
            +
            .ui-app-area .data-list-card .distribution-curve {
         | 
| 1142 | 
            +
              display: block;
         | 
| 1143 | 
            +
              float: left;
         | 
| 1144 | 
            +
              position: relative;
         | 
| 1145 | 
            +
              width: 100%;
         | 
| 1146 | 
            +
              height: 110px;
         | 
| 1147 | 
            +
              margin: 10px 0;
         | 
| 1148 | 
            +
            }
         | 
| 1149 | 
            +
            .ui-app-area .data-list .bg-average {
         | 
| 1150 | 
            +
              background-image: image-url('icons/icn-average.svg');
         | 
| 1151 | 
            +
              background-repeat: no-repeat;
         | 
| 1152 | 
            +
              background-size: 20px;
         | 
| 1153 | 
            +
              background-position: left 0 top 6px;
         | 
| 1154 | 
            +
            }
         | 
| 1155 | 
            +
            .ui-app-area .data-list .bg-median {
         | 
| 1156 | 
            +
              background-image: image-url('icons/icn-median.svg');
         | 
| 1157 | 
            +
              background-repeat: no-repeat;
         | 
| 1158 | 
            +
              background-size: 18px;
         | 
| 1159 | 
            +
              background-position: left 0 top 6px;
         | 
| 1160 | 
            +
            }
         | 
| 1161 | 
            +
            .ui-app-area .data-list .bg-square-foot {
         | 
| 1162 | 
            +
              background-image: image-url('icons/icn-square-foot.svg');
         | 
| 1163 | 
            +
              background-repeat: no-repeat;
         | 
| 1164 | 
            +
              background-size: 18px;
         | 
| 1165 | 
            +
              background-position: left 0 top 6px;
         | 
| 1166 | 
            +
            }
         | 
| 1167 | 
            +
            .ui-app-area .icn-title {
         | 
| 1168 | 
            +
              margin-top: -8px;
         | 
| 1169 | 
            +
            }
         | 
| 1170 | 
            +
             | 
| 1171 | 
            +
            /* =========================== */
         | 
| 1172 | 
            +
             | 
| 1173 | 
            +
            .card.card-fixed {
         | 
| 1174 | 
            +
              border: none;
         | 
| 1175 | 
            +
              border-radius: $ui-radius;
         | 
| 1176 | 
            +
              background-color: transparent;
         | 
| 1177 | 
            +
            }
         | 
| 1178 | 
            +
            .note-fixed {
         | 
| 1179 | 
            +
              background-color: #FDFEFF;
         | 
| 1180 | 
            +
              border-top: 1px solid rgba(0, 0, 0, 0.125);
         | 
| 1181 | 
            +
              border-bottom: 1px solid rgba(0, 0, 0, 0.125);
         | 
| 1182 | 
            +
              padding: 30px 45px;
         | 
| 1183 | 
            +
              box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.45);
         | 
| 1184 | 
            +
              -webkit-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.45);
         | 
| 1185 | 
            +
              -moz-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.45);
         | 
| 1186 | 
            +
              margin-bottom: 15px;
         | 
| 1187 | 
            +
            }
         | 
| 1188 | 
            +
            .note-fixed .title {
         | 
| 1189 | 
            +
              border-bottom: 1px solid $ui_lightgray;
         | 
| 1190 | 
            +
              padding-bottom: 5px;
         | 
| 1191 | 
            +
              margin-bottom: 15px;
         | 
| 1192 | 
            +
            }
         | 
| 1193 | 
            +
            .note-fixed .title h4 {
         | 
| 1194 | 
            +
              font-weight: 600;
         | 
| 1195 | 
            +
            }
         | 
| 1196 | 
            +
            .note-fixed .body p {
         | 
| 1197 | 
            +
              margin-bottom: 10px;
         | 
| 1198 | 
            +
            }
         | 
| 1199 | 
            +
            .note-fixed .body .block-information {
         | 
| 1200 | 
            +
              margin-bottom: 30px;
         | 
| 1201 | 
            +
            }
         | 
| 1202 | 
            +
            .note-fixed .body .block-information:last-child {
         | 
| 1203 | 
            +
              margin-bottom: 0px;
         | 
| 1204 | 
            +
            }
         | 
| 1205 | 
            +
            .main-content.request-area .sticky-top {
         | 
| 1206 | 
            +
              height: calc(100vh - 20px);
         | 
| 1207 | 
            +
              overflow: scroll;
         | 
| 1208 | 
            +
            }
         | 
| 1209 | 
            +
            .card-form-dev label {
         | 
| 1210 | 
            +
              font-size: 20px;
         | 
| 1211 | 
            +
              line-height: 24px;
         | 
| 1212 | 
            +
              font-weight: 500;
         | 
| 1213 | 
            +
              font-family: 'gt-eesti-regular';
         | 
| 1214 | 
            +
            }
         | 
| 1215 | 
            +
            .card-form-dev .checkbox-wrapper label,
         | 
| 1216 | 
            +
            .card-form-dev .user_story_form label {
         | 
| 1217 | 
            +
              font-weight: 400;
         | 
| 1218 | 
            +
              font-size: 16px;
         | 
| 1219 | 
            +
              font-family: 'hk_groteskmedium';
         | 
| 1220 | 
            +
            }
         | 
| 1221 | 
            +
            .card-form-dev .user_story_form label {
         | 
| 1222 | 
            +
              margin-top: 12px;
         | 
| 1223 | 
            +
              margin-bottom: 0px;
         | 
| 1068 1224 | 
             
            }
         | 
| @@ -307,8 +307,8 @@ $lg-paddingbottom: 60px; | |
| 307 307 | 
             
              }
         | 
| 308 308 | 
             
            }
         | 
| 309 309 | 
             
            @media (min-width: 769px) {
         | 
| 310 | 
            -
              input[type="radio"], input[type="checkbox"] {
         | 
| 311 | 
            -
                display: none;
         | 
| 310 | 
            +
              input[type="radio"]#swipe, input[type="checkbox"]#swipe {
         | 
| 311 | 
            +
                display: none; 
         | 
| 312 312 | 
             
              }
         | 
| 313 313 | 
             
            }
         | 
| 314 314 | 
             
            @media (max-width: 768px) {
         | 
    
        data/lib/welcome_css/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: welcome_css
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: '0. | 
| 4 | 
            +
              version: '0.12'
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Jose Camacho
         | 
| 8 8 | 
             
            autorequire:
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2021- | 
| 11 | 
            +
            date: 2021-09-10 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: rails
         |