mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 09:17:40 -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 {
|
.custom-block {
|
||||||
@apply .px-6 .py-1 .my-4;
|
@apply .px-6 .py-1 .my-4 rounded;
|
||||||
border-left: .5rem solid;
|
border-left: .5rem solid;
|
||||||
|
|
||||||
& > .custom-block-title {
|
& > .custom-block-title {
|
||||||
@ -19,10 +19,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.tip {
|
&.tip {
|
||||||
@apply .bg-green-lightest .border-green-dark;
|
@apply .bg-blue-lightest .border-blue-dark;
|
||||||
|
|
||||||
& p, & > .custom-block-title {
|
& p, & > .custom-block-title {
|
||||||
@apply .text-green-darker;
|
@apply .text-blue-darker;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user