Fixed UI and conf template
This commit is contained in:
		@@ -46,8 +46,8 @@
 | 
			
		||||
<form id="social-form" autocomplete="off">
 | 
			
		||||
  <fieldset id="social-section">
 | 
			
		||||
    <h2>Social</h2>
 | 
			
		||||
    <p>Set your social media links and thumbnail for link sharing</p>
 | 
			
		||||
    <p class="section-status"></p>
 | 
			
		||||
    <p>Set your social media links and thumbnail for link sharing</p>
 | 
			
		||||
    <div class="fields">
 | 
			
		||||
      <div class="input-field">
 | 
			
		||||
        <label>Instagram URL</label>
 | 
			
		||||
@@ -70,8 +70,8 @@
 | 
			
		||||
<form id="menu-form" autocomplete="off">
 | 
			
		||||
  <fieldset id="menu-section">
 | 
			
		||||
    <h2>Menu</h2>
 | 
			
		||||
    <p>Manage your site menu items. You can use tag combination to propose custom filters</p>
 | 
			
		||||
    <p class="section-status"></p>
 | 
			
		||||
    <p>Manage your site menu items. You can use tag combination to propose custom filters</p>
 | 
			
		||||
    <div class="fields">
 | 
			
		||||
      <div class="input-field" style="flex: 1 1 100%;">
 | 
			
		||||
        <div id="menu-items-list"></div>
 | 
			
		||||
@@ -86,8 +86,8 @@
 | 
			
		||||
<form id="footer-form" autocomplete="off">
 | 
			
		||||
  <fieldset id="footer-section">
 | 
			
		||||
    <h2>Footer</h2>
 | 
			
		||||
    <p>Set your copyright informations and legal link name</p>
 | 
			
		||||
    <p class="section-status"></p>
 | 
			
		||||
    <p>Set your copyright informations and legal link name</p>
 | 
			
		||||
    <div class="fields">
 | 
			
		||||
      <div class="input-field">
 | 
			
		||||
        <label>Copyright</label>
 | 
			
		||||
@@ -106,8 +106,8 @@
 | 
			
		||||
<form id="legals-form" autocomplete="off">
 | 
			
		||||
  <fieldset id="legals-section">
 | 
			
		||||
    <h2>Legals</h2>
 | 
			
		||||
    <p>Set your legal informations</p>
 | 
			
		||||
    <p class="section-status"></p>
 | 
			
		||||
    <p>Set your legal informations</p>
 | 
			
		||||
    <div class="fields">
 | 
			
		||||
      <div class="input-field">
 | 
			
		||||
        <label>Hoster Name</label>
 | 
			
		||||
@@ -135,8 +135,8 @@
 | 
			
		||||
<form id="build-form" autocomplete="off">
 | 
			
		||||
  <fieldset id="build-section">
 | 
			
		||||
    <h2>Build</h2>
 | 
			
		||||
    <p>Select a theme from the dropdown menu or add your custom theme folder</p>
 | 
			
		||||
    <p class="section-status"></p>
 | 
			
		||||
    <p>Select a theme from the dropdown menu or add your custom theme folder</p>
 | 
			
		||||
    <div class="fields">
 | 
			
		||||
      <div class="input-field">
 | 
			
		||||
        <label>Theme</label>
 | 
			
		||||
 
 | 
			
		||||
@@ -678,10 +678,11 @@ form button[type="submit"] {
 | 
			
		||||
  border-radius: 30px;
 | 
			
		||||
  padding: 12px 32px;
 | 
			
		||||
  font-size: 1.1em;
 | 
			
		||||
  margin: 0 0 45px 0;
 | 
			
		||||
  margin: 16px 0 0 0;
 | 
			
		||||
  cursor: pointer;
 | 
			
		||||
  box-shadow: 0 4px 16px rgba(38,196,255,0.15);
 | 
			
		||||
  transition: background 0.2s;
 | 
			
		||||
  display: block;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
form button[type="submit"]:hover {
 | 
			
		||||
@@ -1020,13 +1021,13 @@ justify-content: center;
 | 
			
		||||
  #menu-items-list > div {
 | 
			
		||||
    flex-direction: column;
 | 
			
		||||
  }
 | 
			
		||||
  
 | 
			
		||||
  #stepper {
 | 
			
		||||
    flex-direction: column;
 | 
			
		||||
 | 
			
		||||
  form button[type="button"], form button[type="submit"],   #stepper li {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  #stepper li {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
  #stepper {
 | 
			
		||||
    flex-direction: column;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .footer-container, .footer-links {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user