mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Remove card component.
This is better suited for a theme.
This commit is contained in:
parent
c2e5cb4a7e
commit
ebaa8899f9
@ -1,11 +0,0 @@
|
||||
@card-border-color: @color-gray-8;
|
||||
@card-border-radius: @border-radius-1;
|
||||
|
||||
.card {
|
||||
background: @color-white;
|
||||
overflow: hidden; // Prevent things breaking out of border radius
|
||||
}
|
||||
|
||||
.card-section {
|
||||
padding: @spacer-5 @spacer-6;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user