Initial commit: Atomaste website
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# This file is for unifying the coding style for different editors and IDEs
|
||||
# editorconfig.org
|
||||
|
||||
# WordPress Coding Standards
|
||||
# https://make.wordpress.org/core/handbook/coding-standards/
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
indent_style = tab
|
||||
|
||||
[*.{yml,yaml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array('react-dom', 'react-jsx-runtime', 'regenerator-runtime', 'wp-components', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-notices', 'wp-plugins'), 'version' => 'd11a3b8fef94acf5b7cc');
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
button.components-button.has-icon.is-secondary svg{margin-left:6px}.preview-page-button,.store-setup-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ccc;border-radius:3px}.preview-page-button .components-button,.store-setup-button .components-button{background-color:#fff;border:none;-webkit-box-shadow:none;box-shadow:none;color:#2f2f2f}.preview-page-button .components-button:hover,.store-setup-button .components-button:hover{background-color:#f9f9f9;-webkit-box-shadow:none!important;box-shadow:none!important;color:#2f2f2f}.preview-page-button svg,.store-setup-button svg{color:transparent;height:18px;margin-left:5px;width:18px}@media(max-width:510px){.editor-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:16px;height:auto}.editor-header__toolbar{clip-path:none;padding-top:15px}.editor-header__center,.editor-header__settings,.editor-header__toolbar{grid-column:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.editor-header__settings{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 15px 15px}.editor-header:has(>.editor-header__center){grid-template:none}.editor-header__center>:first-child{-webkit-margin-start:0;margin-inline-start:0}.editor-header__center>:last-child{-webkit-margin-end:0;margin-inline-end:0}.editor-header__toolbar .table-of-contents{display:block}}.editor-header__settings a:has(svg path[d="M19.5 4.5h-7V6h4.44l-5.97 5.97 1.06 1.06L18 7.06v4.44h1.5v-7Zm-13 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3H17v3a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h3V5.5h-3Z"]){display:none!important}
|
||||
@@ -0,0 +1 @@
|
||||
button.components-button.has-icon.is-secondary svg{margin-right:6px}.preview-page-button,.store-setup-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ccc;border-radius:3px}.preview-page-button .components-button,.store-setup-button .components-button{background-color:#fff;border:none;-webkit-box-shadow:none;box-shadow:none;color:#2f2f2f}.preview-page-button .components-button:hover,.store-setup-button .components-button:hover{background-color:#f9f9f9;-webkit-box-shadow:none!important;box-shadow:none!important;color:#2f2f2f}.preview-page-button svg,.store-setup-button svg{color:transparent;height:18px;margin-right:5px;width:18px}@media(max-width:510px){.editor-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:16px;height:auto}.editor-header__toolbar{clip-path:none;padding-top:15px}.editor-header__center,.editor-header__settings,.editor-header__toolbar{grid-column:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.editor-header__settings{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 15px 15px}.editor-header:has(>.editor-header__center){grid-template:none}.editor-header__center>:first-child{-webkit-margin-start:0;margin-inline-start:0}.editor-header__center>:last-child{-webkit-margin-end:0;margin-inline-end:0}.editor-header__toolbar .table-of-contents{display:block}}.editor-header__settings a:has(svg path[d="M19.5 4.5h-7V6h4.44l-5.97 5.97 1.06 1.06L18 7.06v4.44h1.5v-7Zm-13 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3H17v3a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h3V5.5h-3Z"]){display:none!important}
|
||||
Reference in New Issue
Block a user