-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublic.22d78985.css.map
More file actions
1 lines (1 loc) · 3.07 KB
/
public.22d78985.css.map
File metadata and controls
1 lines (1 loc) · 3.07 KB
1
{"mappings":"ACAA,uFAQA,+DAMA,uCAKA,kCAIA,0CAIA,mBAOA,oKAgBA,sEAQA,uDAKA,mJAYA","sources":["public.22d78985.css","src/styles.css"],"sourcesContent":["table {\n border-collapse: collapse;\n text-align: left;\n width: 100%;\n margin: 20px 0;\n font-size: 18px;\n}\n\nth, td {\n border-bottom: 1px solid #ddd;\n padding: 12px;\n font-size: .8em;\n}\n\nth {\n color: #333;\n background-color: #f2f2f2;\n}\n\ntr:hover {\n background-color: #f5f5f5;\n}\n\ntr:nth-child(2n) {\n background-color: #f9f9f9;\n}\n\nh3 {\n margin-top: 20px;\n}\n\n#propertySelect {\n appearance: none;\n color: inherit;\n cursor: pointer;\n background: none;\n border: 1px solid #ccc;\n outline: none;\n margin: 0;\n padding: 5px;\n font-size: 1.5em;\n font-weight: bold;\n}\n\n#propertySelect:hover, #propertySelect:focus {\n text-decoration: underline;\n}\n\n.select-wrapper {\n display: inline-block;\n position: relative;\n}\n\n.select-wrapper:after {\n content: \"▾\";\n pointer-events: none;\n color: #444;\n font-size: .8em;\n position: absolute;\n top: 50%;\n right: -15px;\n transform: translateY(-50%);\n}\n\n#propertySelect option {\n color: #333;\n font-size: 1em;\n font-weight: normal;\n}\n/*# sourceMappingURL=public.22d78985.css.map */\n","table {\n width: 100%;\n border-collapse: collapse;\n margin: 20px 0;\n font-size: 18px;\n text-align: left;\n}\n\nth, td {\n padding: 12px;\n border-bottom: 1px solid #ddd;\n font-size: 0.8em; /* Adjust this value to your desired smaller size */\n}\n\nth {\n background-color: #f2f2f2;\n color: #333;\n}\n\ntr:hover {\n background-color: #f5f5f5;\n}\n\ntr:nth-child(even) {\n background-color: #f9f9f9;\n}\n\nh3 {\n margin-top: 20px;\n}\n\n\n\n\n#propertySelect {\n -webkit-appearance: none; /* Remove default browser styling */\n -moz-appearance: none;\n appearance: none;\n border: 1px solid #ccc;\n background: none;\n padding: 5px;\n margin: 0;\n font-size: 1.5em; /* Adjust to match your title size */\n font-weight: bold;\n color: inherit; /* Inherit text color from parent */\n cursor: pointer; /* Indicate it's interactive */\n outline: none; /* Remove default focus outline */\n /* Add a subtle underline or border on hover/focus */\n}\n\n#propertySelect:hover,\n#propertySelect:focus {\n /* You can choose one of these or a combination */\n /* border-bottom: 2px solid currentColor; */\n text-decoration: underline;\n}\n\n/* Style the arrow/icon of the select box (for better visual) */\n.select-wrapper {\n position: relative;\n display: inline-block; /* Allows it to sit next to label if needed */\n}\n\n.select-wrapper::after {\n content: '\\25BE'; /* Down arrow character */\n position: absolute;\n top: 50%;\n right: -15px;\n transform: translateY(-50%);\n pointer-events: none; /* Prevent the arrow from interfering with clicks */\n color: #444; /* Adjust arrow color */\n font-size: 0.8em;\n}\n\n/* Optional: Style the options in the dropdown if needed */\n#propertySelect option {\n font-size: 1em;\n font-weight: normal;\n color: #333;\n}\n\n\n\n\n\n\n\n\n\n"],"names":[],"version":3,"file":"public.22d78985.css.map"}