mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
make notices round and change tip ones to blue
This commit is contained in:
parent
858b42c9e0
commit
0c5397a144
@ -1,5 +1,5 @@
|
||||
.custom-block {
|
||||
@apply .px-6 .py-1 .my-4;
|
||||
@apply .px-6 .py-1 .my-4 rounded;
|
||||
border-left: .5rem solid;
|
||||
|
||||
& > .custom-block-title {
|
||||
@ -19,10 +19,10 @@
|
||||
}
|
||||
|
||||
&.tip {
|
||||
@apply .bg-green-lightest .border-green-dark;
|
||||
@apply .bg-blue-lightest .border-blue-dark;
|
||||
|
||||
& p, & > .custom-block-title {
|
||||
@apply .text-green-darker;
|
||||
@apply .text-blue-darker;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user