X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Fcss%2Fstyle.css;h=7be973a429d98b45b2d416995cc0298c065cf3d3;hb=3b4435349d190cc1fd3b9486b9bc207573bd5296;hp=b868258faaac3a9b96cf539a6bc71d10e24d9017;hpb=1196eec5471240b5d2f2ee7e778d305fb60ed6ed;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/css/style.css b/frontend/css/style.css index b868258..7be973a 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -1,9 +1,15 @@ -body { +[v-cloak] { + display: none; +} + +html, body { margin: 0; font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif; font-weight: 400; color: rgb(96, 98, 102); + height: 100%; + width: 100%; } .el-container { @@ -16,7 +22,6 @@ body { .el-header { padding: 10px 20px; - box-shadow: 0 1px 7px rgba(0,0,0,0.3); height: 52px !important; } @@ -54,11 +59,15 @@ a:hover, a:focus { font-size: 12px; } -.el-table__row .list-actions .el-button { +.rename-action { + margin-left: 20px; +} + +.el-table__row .rename-action { visibility: hidden; } -.el-table__row:hover .list-actions .el-button { +.el-table__row:hover .rename-action { visibility: visible; } @@ -72,58 +81,27 @@ a:hover, a:focus { padding: 7px; } -/* old */ - -.wrapper { - display: table; - width: 100%; - height: 100%; +.el-switch__label { + height: auto; } -.content { - display: table-cell; - width: 100%; - height: 100%; - text-align: center; - vertical-align: middle; +.el-table--enable-row-transition .el-table__body td { + transition: background-color .1s ease; } -pre { - margin: auto; - text-align: left; - width: 400px; -} - -[v-cloak] { - display: none; -} - -.hand { - cursor: pointer; -} - -.main { - margin-bottom: 40px; -} - -td { - vertical-align: middle !important; - overflow: hidden; -} - -.entry-toolbar { - opacity: 0; - transition: opacity .25s; -} - -tr:hover .entry-toolbar { - opacity: 1; +/* welcome and 404 page */ +.container-center { + display: flex; + height: 100%; + align-items: center; + justify-content: center; } -table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { - content: " \25B4\25BE" +.access-token-input { + padding: 5px 0; + width: 487px; } -th { - cursor: pointer; +.access-token-input > input, .access-token-input i { + cursor: copy !important; }