Close button border

This commit is contained in:
2025-07-19 20:21:52 -07:00
parent 17424cb83a
commit 9e9e600371
3 changed files with 4 additions and 6 deletions

View File

@@ -62,3 +62,7 @@ body {
.popup-entry button {
@apply absolute;
}
.close-button {
@apply flex justify-center items-center absolute bg-[#323232] hover:bg-[#484848] text-2xl cursor-pointer text-gray-300 hover:text-white h-12 w-12 p-3 rounded-xl left-2 top-2 transition-colors border border-[#484848] hover:border-[#646464];
}

View File

@@ -1,5 +0,0 @@
@import 'tailwindcss';
.close-button {
@apply flex justify-center items-center absolute bg-[#323232] hover:bg-[#484848] text-2xl cursor-pointer text-gray-300 hover:text-white h-12 w-12 p-3 rounded-xl border-[none] left-2 top-2 transition-colors;
}

View File

@@ -1,4 +1,3 @@
import './Installs.css'
import { useEffect } from 'react'
import axios from 'axios'
import { InstallsProps } from '../types/InstallsProps'