PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.9.1
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.9.1
2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 All 80 releases
ablocks / assets / build / blocks / logout / style.css

style.css in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.9.1, at assets/build/blocks/logout/style.css

32 lines 597 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ablocks-block-logout {
2 display: flex;
3 align-items: center;
4 gap: 4px;
5 }
6
7 .ablocks-block-logout__avatar {
8 display: flex;
9 padding: 8px 9px;
10 justify-content: center;
11 align-items: center;
12 border-radius: 18px;
13 }
14
15 .ablocks-block-logout__name {
16 font-family: Roboto;
17 font-size: 16px;
18 font-style: normal;
19 font-weight: 400;
20 line-height: 150%;
21 }
22
23 .ablocks-block-logout__label {
24 color: #74777C;
25 text-decoration: none;
26 font-family: Roboto;
27 font-size: 12px;
28 font-style: normal;
29 font-weight: 400;
30 line-height: 150%;
31 /* 18px */
32 }