RC-8-create-profile-page #4

Merged
evgeniywas merged 7 commits from RC-8-create-profile-page into dev 2023-07-12 23:54:03 +03:00
Showing only changes of commit 9469c76a23 - Show all commits

View File

@@ -10,3 +10,22 @@
@import 'prism.css';
@tailwind components;
@layer components {
.bullet {
position: relative;
padding-left: 30px;
}
.bullet::before {
content: '';
position: absolute;
transform: translateY(50%);
left: 0;
display: inline-block;
width: 10px;
height: 10px;
background-color: #4d53ff;
border-radius: 50%;
}
}