diff --git a/site/vue/css/style.css b/site/vue/css/style.css index 3fc846f..b3e3979 100644 --- a/site/vue/css/style.css +++ b/site/vue/css/style.css @@ -12,9 +12,6 @@ --cool-color: #fe8a71; } -* { - transition: .01s; -} body { font-family: main; @@ -71,6 +68,49 @@ html { justify-content: center; } +#generate_button_perso { + display: flex; + justify-content: center; + align-items: center; + height: 100px; + width: 300px; + font-size: x-large; + transition: .5s; + margin-top: 25px; + padding: 0 25px 0 25px; +} + +@keyframes loopiloop { + 0% { + transform: rotate(0deg); + } + + 100% { + transform: rotate(360deg); + } +} + +.fa-arrow-right { + margin-left: 25px; +} + +.fa-spinner { + animation: loopiloop 2s infinite; + margin-left: 25px; +} + +#generate_button_perso:hover { + cursor: pointer; +} + +.more_perso:hover { + cursor: pointer; +} + +#colonne_number_ask { + display: none; +} + #perso-setupContainer { height: 95%; display: flex; diff --git a/site/vue/img/more.png b/site/vue/img/more.png new file mode 100644 index 0000000..451a702 Binary files /dev/null and b/site/vue/img/more.png differ diff --git a/site/vue/index.html b/site/vue/index.html index cb23fd7..74f22ea 100644 --- a/site/vue/index.html +++ b/site/vue/index.html @@ -39,33 +39,45 @@

Fonctions Logiques :

- - + +
- - + +
- - + +
- - + +
- - + +
-



- +
- - -


+ + +
+
+ + +

+
+ +

+
+
+ Générer le niveau + +
+