forked from Berry-Dash/launcher
Close button border
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -1,4 +1,3 @@
|
||||
import './Installs.css'
|
||||
import { useEffect } from 'react'
|
||||
import axios from 'axios'
|
||||
import { InstallsProps } from '../types/InstallsProps'
|
||||
|
||||
Reference in New Issue
Block a user