build: add style config

This commit is contained in:
Fine
2023-02-01 16:05:24 +08:00
parent 3ced6977b6
commit 0c601ec7da
2 changed files with 11 additions and 3 deletions

View File

@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.flex-v {
display: flex;
flex-direction: column;
@@ -102,6 +103,9 @@
.mt-0 {
margin-top: 0;
}
.mt-10 {
margin-top: 10px;
}
.mb-5 {
margin-bottom: 5px;